Html Css Color HEX #D99DA8 Kobi

📋 copy color: '#D99DA8'

red 217 ◦ green 157 ◦ blue 168

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

Shades of Kobi #D99DA8

Tints of Kobi #D99DA8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.97%

 BLUE value IS 168 (66.02% from 255) = 31%

R = 40.04%
G = 28.97%
B = 31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D99DA8 (or 0xD99DA8) is known color: Kobi. HEX triplet: D9, 9D and A8. RGB value is (217,157,168). Sum of RGB (Red+Green+Blue) = 217+157+168=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99DA8 is #266257. Grayscale: #B0B0B0. Windows color (decimal): -2515544 or 11050457. OLE color: 11050457.

HSL color Cylindrical-coordinate representation of color #D99DA8: hue angle of 349º degrees, saturation: 0.44, 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 #D99DA8 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 157 168 -
CMYK 0 0.28 0.23 0.15
HSL 349º 0.44% 0.73% -
HSV(B) 349º 0.28% 0.85% -
XYZ 47.74 41.69 42.58 -
YUV 176.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 217 157 168 0 0.28 0.23 0.15 349 0.44 0.73
Hex D9 9D A8 0 1C 17 F 15D 2C 49
Octal 331 235 250 0 34 27 17 535 54 111
Binary 11011001 10011101 10101000 0 11100 10111 1111 101011101 101100 1001001

Color Harmonies of #D99DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DA8

Black with #D99DA8

Text Example


Text Example

White with #D99DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DA8; }

 p { color: rgb(217,157,168); }

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

background-color css

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

 a { background-color: rgb(217,157,168); }

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

border-color css

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

 span { border-color: rgb(217,157,168); }

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