#DC9DAF

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

Shades of Kobi #DC9DAF

Tints of Kobi #DC9DAF

Color information

#DC9DAF (or 0xDC9DAF) is unknown color: approx Kobi. HEX triplet: DC, 9D and AF. RGB value is (220,157,175). Sum of RGB (Red+Green+Blue) = 220+157+175=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9DAF is #236250. Grayscale: #B1B1B1. Windows color (decimal): -2318929 or 11509212. OLE color: 11509212.

HSL color Cylindrical-coordinate representation of color #DC9DAF: hue angle of 342.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DAF is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220157175-
CMYK00.290.200.14
HSL342.86º47.37%73.92%-
HSV(B)342.86º28.64%86.27%-
XYZ49.3142.4246.15-
YUV177.89126.37158.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=39.86%
G=28.44%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015717500.290.200.14342.8647.3773.92
HexDC9DAF01D14E1572f4a
Octal334235257035241652757112
Binary1101110010011101101011110111011010011101010101111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DAF; }

 p { color: rgb(220,157,175); }

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

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

 a { background-color: rgb(220,157,175); }

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

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

 span { border-color: rgb(220,157,175); }

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