Html Css Color HEX #DD8DAB Kobi

📋 copy color: '#DD8DAB'

red 221 ◦ green 141 ◦ blue 171

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

Shades of Kobi #DD8DAB

Tints of Kobi #DD8DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.45%

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

R = 41.46%
G = 26.45%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD8DAB (or 0xDD8DAB) is known color: Kobi. HEX triplet: DD, 8D and AB. RGB value is (221,141,171). Sum of RGB (Red+Green+Blue) = 221+141+171=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8DAB is #227254. Grayscale: #A8A8A8. Windows color (decimal): -2257493 or 11242973. OLE color: 11242973.

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

Color convert

RGB 221 141 171 -
CMYK 0 0.36 0.23 0.13
HSL 337.5º 0.54% 0.71% -
HSV(B) 337.5º 0.36% 0.87% -
XYZ 46.69 37.36 43.28 -
YUV 168.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 221 141 171 0 0.36 0.23 0.13 337.5 0.54 0.71
Hex DD 8D AB 0 24 17 D 152 36 47
Octal 335 215 253 0 44 27 15 522 66 107
Binary 11011101 10001101 10101011 0 100100 10111 1101 101010010 110110 1000111

Color Harmonies of #DD8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DAB

Black with #DD8DAB

Text Example


Text Example

White with #DD8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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