Html Css Color HEX #D99EAF Kobi

📋 copy color: '#D99EAF'

red 217 ◦ green 158 ◦ blue 175

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

Shades of Kobi #D99EAF

Tints of Kobi #D99EAF

RGB

 RED value IS 217 (85.16% from 255) = 39.45%

 GREEN value IS 158 (62.11% from 255) = 28.73%

 BLUE value IS 175 (68.75% from 255) = 31.82%

R = 39.45%
G = 28.73%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D99EAF (or 0xD99EAF) is known color: Kobi. HEX triplet: D9, 9E and AF. RGB value is (217,158,175). Sum of RGB (Red+Green+Blue) = 217+158+175=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D99EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99EAF is #266150. Grayscale: #B1B1B1. Windows color (decimal): -2515281 or 11509465. OLE color: 11509465.

HSL color Cylindrical-coordinate representation of color #D99EAF: hue angle of 342.71º 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 #D99EAF is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 175 -
CMYK 0 0.27 0.19 0.15
HSL 342.71º 0.44% 0.74% -
HSV(B) 342.71º 0.27% 0.85% -
XYZ 48.58 42.3 46.16 -
YUV 177.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 217 158 175 0 0.27 0.19 0.15 342.71 0.44 0.74
Hex D9 9E AF 0 1B 13 F 157 2C 4A
Octal 331 236 257 0 33 23 17 527 54 112
Binary 11011001 10011110 10101111 0 11011 10011 1111 101010111 101100 1001010

Color Harmonies of #D99EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EAF

Black with #D99EAF

Text Example


Text Example

White with #D99EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EAF; }

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

 H1.HeaderClassName
 {
   color: #D99EAF;
 }
 .AnyTagClassName
 {
   color: #D99EAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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