#D29CAE

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

Shades of Kobi #D29CAE

Tints of Kobi #D29CAE

Color information

#D29CAE (or 0xD29CAE) is unknown color: approx Kobi. HEX triplet: D2, 9C and AE. RGB value is (210,156,174). Sum of RGB (Red+Green+Blue) = 210+156+174=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29CAE is #2D6351. Grayscale: #AEAEAE. Windows color (decimal): -2974546 or 11443410. OLE color: 11443410.

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

Color convert

RGB210156174-
CMYK00.260.170.18
HSL340º37.5%71.76%-
HSV(B)340º25.71%82.35%-
XYZ46.1140.5345.44-
YUV174.2127.89153.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=38.89%
G=28.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015617400.260.170.1834037.571.76
HexD29CAE01A11121542648
Octal322234256032212252446110
Binary11010010100111001010111001101010001100101010101001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29CAE; }

 p { color: rgb(210,156,174); }

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

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

 a { background-color: rgb(210,156,174); }

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

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

 span { border-color: rgb(210,156,174); }

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