#DCCAD4

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

Shades of Twilight #DCCAD4

Tints of Twilight #DCCAD4

Color information

#DCCAD4 (or 0xDCCAD4) is unknown color: approx Twilight. HEX triplet: DC, CA and D4. RGB value is (220,202,212). Sum of RGB (Red+Green+Blue) = 220+202+212=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD4 is #23352B. Grayscale: #D0D0D0. Windows color (decimal): -2307372 or 13945564. OLE color: 13945564.

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

Color convert

RGB220202212-
CMYK00.080.040.14
HSL326.67º20.45%82.75%-
HSV(B)326.67º8.18%86.27%-
XYZ62.5262.2171-
YUV208.52129.96136.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 212 (83.20% from 255) = 33.44%
R=34.70%
G=31.86%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020221200.080.040.14326.6720.4582.75
HexDCCAD4084E1471453
Octal33431232401041650724123
Binary110111001100101011010100010001001110101000111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAD4; }

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

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

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

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

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

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

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

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