Html Css Color HEX #D99FAB Kobi

📋 copy color: '#D99FAB'

red 217 ◦ green 159 ◦ blue 171

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

Shades of Kobi #D99FAB

Tints of Kobi #D99FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 39.67%
G = 29.07%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D99FAB (or 0xD99FAB) is known color: Kobi. HEX triplet: D9, 9F and AB. RGB value is (217,159,171). Sum of RGB (Red+Green+Blue) = 217+159+171=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FAB is #266054. Grayscale: #B1B1B1. Windows color (decimal): -2515029 or 11247577. OLE color: 11247577.

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

Color convert

RGB 217 159 171 -
CMYK 0 0.27 0.21 0.15
HSL 347.59º 0.43% 0.74% -
HSV(B) 347.59º 0.27% 0.85% -
XYZ 48.36 42.49 44.18 -
YUV 177.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 217 159 171 0 0.27 0.21 0.15 347.59 0.43 0.74
Hex D9 9F AB 0 1B 15 F 15C 2B 4A
Octal 331 237 253 0 33 25 17 534 53 112
Binary 11011001 10011111 10101011 0 11011 10101 1111 101011100 101011 1001010

Color Harmonies of #D99FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FAB

Black with #D99FAB

Text Example


Text Example

White with #D99FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FAB; }

 p { color: rgb(217,159,171); }

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

background-color css

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

 a { background-color: rgb(217,159,171); }

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

border-color css

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

 span { border-color: rgb(217,159,171); }

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