#D99CAE

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

Shades of Kobi #D99CAE

Tints of Kobi #D99CAE

Color information

#D99CAE (or 0xD99CAE) is unknown color: approx Kobi. HEX triplet: D9, 9C and AE. RGB value is (217,156,174). Sum of RGB (Red+Green+Blue) = 217+156+174=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99CAE is #266351. Grayscale: #B0B0B0. Windows color (decimal): -2515794 or 11443417. OLE color: 11443417.

HSL color Cylindrical-coordinate representation of color #D99CAE: hue angle of 342.3º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CAE is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217156174-
CMYK00.280.200.15
HSL342.3º44.53%73.14%-
HSV(B)342.3º28.11%85.1%-
XYZ48.1441.5845.53-
YUV176.29126.71157.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=39.67%
G=28.52%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715617400.280.200.15342.344.5373.14
HexD99CAE01C14F1562d49
Octal331234256034241752655111
Binary1101100110011100101011100111001010011111010101101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CAE; }

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

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

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

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

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

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

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

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