#DC88B0

Color #DC88B0 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DC88B0

Tints of Kobi #DC88B0

Color information

#DC88B0 (or 0xDC88B0) is unknown color: approx Kobi. HEX triplet: DC, 88 and B0. RGB value is (220,136,176). Sum of RGB (Red+Green+Blue) = 220+136+176=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC88B0 is #23774F. Grayscale: #A5A5A5. Windows color (decimal): -2324304 or 11569372. OLE color: 11569372.

HSL color Cylindrical-coordinate representation of color #DC88B0: hue angle of 331.43º 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 #DC88B0 is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220136176-
CMYK00.380.20.14
HSL331.43º54.55%69.8%-
HSV(B)331.43º38.18%86.27%-
XYZ46.1635.9645.58-
YUV165.68133.83166.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=41.35%
G=25.56%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013617600.380.20.14331.4354.5569.8
HexDC88B002614E14b3746
Octal334210260046241651367106
Binary11011100100010001011000001001101010011101010010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88B0; }

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

 H1.HeaderClassName
 {
   color: #DC88B0;
 }
 .AnyTagClassName
 {
   color: #DC88B0;
 }
</style>
background-color css

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

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

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

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

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

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