#D99EAA

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

Shades of Kobi #D99EAA

Tints of Kobi #D99EAA

Color information

#D99EAA (or 0xD99EAA) is unknown color: approx Kobi. HEX triplet: D9, 9E and AA. RGB value is (217,158,170). Sum of RGB (Red+Green+Blue) = 217+158+170=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99EAA is #266155. Grayscale: #B1B1B1. Windows color (decimal): -2515286 or 11181785. OLE color: 11181785.

HSL color Cylindrical-coordinate representation of color #D99EAA: hue angle of 347.8º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99EAA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217158170-
CMYK00.270.220.15
HSL347.8º43.7%73.53%-
HSV(B)347.8º27.19%85.1%-
XYZ48.142.1143.62-
YUV177.01124.05156.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=39.82%
G=28.99%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715817000.270.220.15347.843.773.53
HexD99EAA01B16F15c2c4a
Octal331236252033261753454112
Binary1101100110011110101010100110111011011111010111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99EAA; }

 p { color: rgb(217,158,170); }

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

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

 a { background-color: rgb(217,158,170); }

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

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

 span { border-color: rgb(217,158,170); }

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