#DC9EB4

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

Shades of Kobi #DC9EB4

Tints of Kobi #DC9EB4

Color information

#DC9EB4 (or 0xDC9EB4) is unknown color: approx Kobi. HEX triplet: DC, 9E and B4. RGB value is (220,158,180). Sum of RGB (Red+Green+Blue) = 220+158+180=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EB4 is #23614B. Grayscale: #B3B3B3. Windows color (decimal): -2318668 or 11837148. OLE color: 11837148.

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

Color convert

RGB220158180-
CMYK00.280.180.14
HSL338.71º46.97%74.12%-
HSV(B)338.71º28.18%86.27%-
XYZ49.9842.9648.84-
YUV179.05128.54157.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 158 (62.11% from 255) = 28.32%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=39.43%
G=28.32%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015818000.280.180.14338.7146.9774.12
HexDC9EB401C12E1532f4a
Octal334236264034221652357112
Binary1101110010011110101101000111001001011101010100111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EB4; }

 p { color: rgb(220,158,180); }

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

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

 a { background-color: rgb(220,158,180); }

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

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

 span { border-color: rgb(220,158,180); }

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