Html Css Color HEX #DC88AB Kobi

📋 copy color: '#DC88AB'

red 220 ◦ green 136 ◦ blue 171

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

Shades of Kobi #DC88AB

Tints of Kobi #DC88AB

RGB

 RED value IS 220 (86.33% from 255) = 41.75%

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

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

R = 41.75%
G = 25.81%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC88AB (or 0xDC88AB) is known color: Kobi. HEX triplet: DC, 88 and AB. RGB value is (220,136,171). Sum of RGB (Red+Green+Blue) = 220+136+171=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88AB is #237754. Grayscale: #A5A5A5. Windows color (decimal): -2324309 or 11241692. OLE color: 11241692.

HSL color Cylindrical-coordinate representation of color #DC88AB: hue angle of 335º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88AB is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 171 -
CMYK 0 0.38 0.22 0.14
HSL 335º 0.55% 0.7% -
HSV(B) 335º 0.38% 0.86% -
XYZ 45.67 35.76 43.02 -
YUV 165.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 220 136 171 0 0.38 0.22 0.14 335 0.55 0.7
Hex DC 88 AB 0 26 16 E 14F 37 46
Octal 334 210 253 0 46 26 16 517 67 106
Binary 11011100 10001000 10101011 0 100110 10110 1110 101001111 110111 1000110

Color Harmonies of #DC88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC88AB

Black with #DC88AB

Text Example


Text Example

White with #DC88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC88AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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