Html Css Color HEX #DD9FAB Kobi

📋 copy color: '#DD9FAB'

red 221 ◦ green 159 ◦ blue 171

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

Shades of Kobi #DD9FAB

Tints of Kobi #DD9FAB

RGB

 RED value IS 221 (86.72% from 255) = 40.11%

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

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

R = 40.11%
G = 28.86%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD9FAB (or 0xDD9FAB) is known color: Kobi. HEX triplet: DD, 9F and AB. RGB value is (221,159,171). Sum of RGB (Red+Green+Blue) = 221+159+171=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9FAB is #226054. Grayscale: #B2B2B2. Windows color (decimal): -2252885 or 11247581. OLE color: 11247581.

HSL color Cylindrical-coordinate representation of color #DD9FAB: hue angle of 348.39º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FAB is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 159 171 -
CMYK 0 0.28 0.23 0.13
HSL 348.39º 0.48% 0.75% -
HSV(B) 348.39º 0.28% 0.87% -
XYZ 49.57 43.11 44.24 -
YUV 178.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 221 159 171 0 0.28 0.23 0.13 348.39 0.48 0.75
Hex DD 9F AB 0 1C 17 D 15C 30 4B
Octal 335 237 253 0 34 27 15 534 60 113
Binary 11011101 10011111 10101011 0 11100 10111 1101 101011100 110000 1001011

Color Harmonies of #DD9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FAB

Black with #DD9FAB

Text Example


Text Example

White with #DD9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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