#DCC0CA

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

Shades of Twilight #DCC0CA

Tints of Twilight #DCC0CA

Color information

#DCC0CA (or 0xDCC0CA) is unknown color: approx Twilight. HEX triplet: DC, C0 and CA. RGB value is (220,192,202). Sum of RGB (Red+Green+Blue) = 220+192+202=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CA is #233F35. Grayscale: #C9C9C9. Windows color (decimal): -2309942 or 13287644. OLE color: 13287644.

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

Color convert

RGB220192202-
CMYK00.130.080.14
HSL338.57º28.57%80.78%-
HSV(B)338.57º12.73%86.27%-
XYZ59.0357.1863.8-
YUV201.51128.28141.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=35.83%
G=31.27%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019220200.130.080.14338.5728.5780.78
HexDCC0CA0D8E1531d51
Octal334300312015101652335121
Binary1101110011000000110010100110110001110101010011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0CA; }

 p { color: rgb(220,192,202); }

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

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

 a { background-color: rgb(220,192,202); }

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

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

 span { border-color: rgb(220,192,202); }

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