Html Css Color HEX #D999AB Kobi

📋 copy color: '#D999AB'

red 217 ◦ green 153 ◦ blue 171

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

Shades of Kobi #D999AB

Tints of Kobi #D999AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.28%

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

R = 40.11%
G = 28.28%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D999AB (or 0xD999AB) is known color: Kobi. HEX triplet: D9, 99 and AB. RGB value is (217,153,171). Sum of RGB (Red+Green+Blue) = 217+153+171=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D999AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999AB is #266654. Grayscale: #AEAEAE. Windows color (decimal): -2516565 or 11246041. OLE color: 11246041.

HSL color Cylindrical-coordinate representation of color #D999AB: hue angle of 343.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999AB is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 171 -
CMYK 0 0.29 0.21 0.15
HSL 343.13º 0.46% 0.73% -
HSV(B) 343.13º 0.29% 0.85% -
XYZ 47.36 40.47 43.84 -
YUV 174.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 217 153 171 0 0.29 0.21 0.15 343.13 0.46 0.73
Hex D9 99 AB 0 1D 15 F 157 2E 49
Octal 331 231 253 0 35 25 17 527 56 111
Binary 11011001 10011001 10101011 0 11101 10101 1111 101010111 101110 1001001

Color Harmonies of #D999AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999AB

Black with #D999AB

Text Example


Text Example

White with #D999AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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