#D0CAE1

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

Shades of Fog #D0CAE1

Tints of Fog #D0CAE1

Color information

#D0CAE1 (or 0xD0CAE1) is unknown color: approx Fog. HEX triplet: D0, CA and E1. RGB value is (208,202,225). Sum of RGB (Red+Green+Blue) = 208+202+225=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAE1 is #2F351E. Grayscale: #CECECE. Windows color (decimal): -3093791 or 14797520. OLE color: 14797520.

HSL color Cylindrical-coordinate representation of color #D0CAE1: hue angle of 255.65º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0CAE1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208202225-
CMYK0.080.1000.12
HSL255.65º27.71%83.73%-
HSV(B)255.65º10.22%88.24%-
XYZ60.7261.0979.82-
YUV206.42138.49129.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=32.76%
G=31.81%
B=35.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082022250.080.1000.12255.6527.7183.73
HexD0CAE18A0C1001c54
Octal320312341101201440034124
Binary1101000011001010111000011000101001100100000000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CAE1; }

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

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

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

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

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

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

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

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