#D29EAD

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

Shades of Kobi #D29EAD

Tints of Kobi #D29EAD

Color information

#D29EAD (or 0xD29EAD) is unknown color: approx Kobi. HEX triplet: D2, 9E and AD. RGB value is (210,158,173). Sum of RGB (Red+Green+Blue) = 210+158+173=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29EAD is #2D6152. Grayscale: #AFAFAF. Windows color (decimal): -2974035 or 11378386. OLE color: 11378386.

HSL color Cylindrical-coordinate representation of color #D29EAD: hue angle of 342.69º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29EAD is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210158173-
CMYK00.250.180.18
HSL342.69º36.62%72.16%-
HSV(B)342.69º24.76%82.35%-
XYZ46.3541.1745.04-
YUV175.26126.73152.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=38.82%
G=29.21%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015817300.250.180.18342.6936.6272.16
HexD29EAD01912121572548
Octal322236255031222252745110
Binary11010010100111101010110101100110010100101010101111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EAD; }

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

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

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

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

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

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

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

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