Html Css Color HEX #D99EAA Kobi

📋 copy color: '#D99EAA'

red 217 ◦ green 158 ◦ blue 170

#D99EAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D99EAA

Tints of Kobi #D99EAA

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.8% from 255) = 31.19%

R = 39.82%
G = 28.99%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D99EAA (or 0xD99EAA) is known color: 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

RGB 217 158 170 -
CMYK 0 0.27 0.22 0.15
HSL 347.8º 0.44% 0.74% -
HSV(B) 347.8º 0.27% 0.85% -
XYZ 48.1 42.11 43.62 -
YUV 177.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 217 158 170 0 0.27 0.22 0.15 347.8 0.44 0.74
Hex D9 9E AA 0 1B 16 F 15C 2C 4A
Octal 331 236 252 0 33 26 17 534 54 112
Binary 11011001 10011110 10101010 0 11011 10110 1111 101011100 101100 1001010

Color Harmonies of #D99EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EAA

Black with #D99EAA

Text Example


Text Example

White with #D99EAA

Text Example


Text Example

HTML Codes & Css Web 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>