Html Css Color HEX #DD88AB Kobi

📋 copy color: '#DD88AB'

red 221 ◦ green 136 ◦ blue 171

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

Shades of Kobi #DD88AB

Tints of Kobi #DD88AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.76%

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

R = 41.86%
G = 25.76%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD88AB (or 0xDD88AB) is known color: Kobi. HEX triplet: DD, 88 and AB. RGB value is (221,136,171). Sum of RGB (Red+Green+Blue) = 221+136+171=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88AB is #227754. Grayscale: #A5A5A5. Windows color (decimal): -2258773 or 11241693. OLE color: 11241693.

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

Color convert

RGB 221 136 171 -
CMYK 0 0.38 0.23 0.13
HSL 335.29º 0.56% 0.7% -
HSV(B) 335.29º 0.38% 0.87% -
XYZ 45.97 35.92 43.04 -
YUV 165.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 221 136 171 0 0.38 0.23 0.13 335.29 0.56 0.7
Hex DD 88 AB 0 26 17 D 14F 38 46
Octal 335 210 253 0 46 27 15 517 70 106
Binary 11011101 10001000 10101011 0 100110 10111 1101 101001111 111000 1000110

Color Harmonies of #DD88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD88AB

Black with #DD88AB

Text Example


Text Example

White with #DD88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD88AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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