#D79EAD

Color #D79EAD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D79EAD

Tints of Kobi #D79EAD

Color information

#D79EAD (or 0xD79EAD) is unknown color: approx Kobi. HEX triplet: D7, 9E and AD. RGB value is (215,158,173). Sum of RGB (Red+Green+Blue) = 215+158+173=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EAD is #286152. Grayscale: #B0B0B0. Windows color (decimal): -2646355 or 11378391. OLE color: 11378391.

HSL color Cylindrical-coordinate representation of color #D79EAD: hue angle of 344.21º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EAD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215158173-
CMYK00.270.200.16
HSL344.21º41.61%73.14%-
HSV(B)344.21º26.51%84.31%-
XYZ47.7941.9245.11-
YUV176.75125.88155.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=39.38%
G=28.94%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515817300.270.200.16344.2141.6173.14
HexD79EAD01B14101582a49
Octal327236255033242053052111
Binary11010111100111101010110101101110100100001010110001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EAD; }

 p { color: rgb(215,158,173); }

 H1.HeaderClassName
 {
   color: #D79EAD;
 }
 .AnyTagClassName
 {
   color: #D79EAD;
 }
</style>
background-color css

<style>
 a { background-color: #D79EAD; }

 a { background-color: rgb(215,158,173); }

 div.DivClassName
 {
   background-color: #D79EAD;
 }
 .BgClassName
 {
   background-color: #D79EAD;
 }
</style>
border-color css

<style>
 span { border-color: #D79EAD; }

 span { border-color: rgb(215,158,173); }

 td.TdClassName
 {
   border-color: #D79EAD;
 }
 .TagClassName
 {
   border-color: #D79EAD;
 }
</style>