#D0CACD

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

Shades of Twilight #D0CACD

Tints of Twilight #D0CACD

Color information

#D0CACD (or 0xD0CACD) is unknown color: approx Twilight. HEX triplet: D0, CA and CD. RGB value is (208,202,205). Sum of RGB (Red+Green+Blue) = 208+202+205=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CACD is #2F3532. Grayscale: #CCCCCC. Windows color (decimal): -3093811 or 13486800. OLE color: 13486800.

HSL color Cylindrical-coordinate representation of color #D0CACD: hue angle of 330º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CACD is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208202205-
CMYK00.030.010.18
HSL330º6%80.39%-
HSV(B)330º2.88%81.57%-
XYZ58.1560.0666.29-
YUV204.14128.49130.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=33.82%
G=32.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820220500.030.010.18330680.39
HexD0CACD0311214a650
Octal320312315031225126120
Binary1101000011001010110011010111100101010010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CACD; }

 p { color: rgb(208,202,205); }

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

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

 a { background-color: rgb(208,202,205); }

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

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

 span { border-color: rgb(208,202,205); }

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