#D0CDE1

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

Shades of Fog #D0CDE1

Tints of Fog #D0CDE1

Color information

#D0CDE1 (or 0xD0CDE1) is unknown color: approx Fog. HEX triplet: D0, CD and E1. RGB value is (208,205,225). Sum of RGB (Red+Green+Blue) = 208+205+225=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDE1 is #2F321E. Grayscale: #D0D0D0. Windows color (decimal): -3093023 or 14798288. OLE color: 14798288.

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

Color convert

RGB208205225-
CMYK0.080.0900.12
HSL249º25%84.31%-
HSV(B)249º8.89%88.24%-
XYZ61.4362.5180.06-
YUV208.18137.49127.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.60%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=32.60%
G=32.13%
B=35.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082052250.080.0900.122492584.31
HexD0CDE1890Cf91954
Octal320315341101101437131124
Binary110100001100110111100001100010010110011111001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDE1; }

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

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

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

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

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

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

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

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