#D999AE

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

Shades of Kobi #D999AE

Tints of Kobi #D999AE

Color information

#D999AE (or 0xD999AE) is unknown color: approx Kobi. HEX triplet: D9, 99 and AE. RGB value is (217,153,174). Sum of RGB (Red+Green+Blue) = 217+153+174=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D999AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999AE is #266651. Grayscale: #AEAEAE. Windows color (decimal): -2516562 or 11442649. OLE color: 11442649.

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

Color convert

RGB217153174-
CMYK00.290.200.15
HSL340.31º45.71%72.55%-
HSV(B)340.31º29.49%85.1%-
XYZ47.6540.5945.37-
YUV174.53127.7158.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 153 (60.16% from 255) = 28.12%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=39.89%
G=28.12%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715317400.290.200.15340.3145.7172.55
HexD999AE01D14F1542e49
Octal331231256035241752456111
Binary1101100110011001101011100111011010011111010101001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D999AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D999AE; }

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

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

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

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

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

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

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

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