#DC8EAE

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

Shades of Kobi #DC8EAE

Tints of Kobi #DC8EAE

Color information

#DC8EAE (or 0xDC8EAE) is unknown color: approx Kobi. HEX triplet: DC, 8E and AE. RGB value is (220,142,174). Sum of RGB (Red+Green+Blue) = 220+142+174=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8EAE is #237151. Grayscale: #A8A8A8. Windows color (decimal): -2322770 or 11439836. OLE color: 11439836.

HSL color Cylindrical-coordinate representation of color #DC8EAE: hue angle of 335.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8EAE is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220142174-
CMYK00.350.210.14
HSL335.38º52.7%70.98%-
HSV(B)335.38º35.45%86.27%-
XYZ46.8337.6244.84-
YUV168.97130.84164.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=41.04%
G=26.49%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014217400.350.210.14335.3852.770.98
HexDC8EAE02315E14f3547
Octal334216256043251651765107
Binary11011100100011101010111001000111010111101010011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EAE; }

 p { color: rgb(220,142,174); }

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

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

 a { background-color: rgb(220,142,174); }

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

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

 span { border-color: rgb(220,142,174); }

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