#D5CFE1

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

Shades of Fog #D5CFE1

Tints of Fog #D5CFE1

Color information

#D5CFE1 (or 0xD5CFE1) is unknown color: approx Fog. HEX triplet: D5, CF and E1. RGB value is (213,207,225). Sum of RGB (Red+Green+Blue) = 213+207+225=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFE1 is #2A301E. Grayscale: #D2D2D2. Windows color (decimal): -2764831 or 14798805. OLE color: 14798805.

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

Color convert

RGB213207225-
CMYK0.050.0800.12
HSL260º23.08%84.71%-
HSV(B)260º8%88.24%-
XYZ63.3464.2180.29-
YUV210.85135.99129.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.02%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=33.02%
G=32.09%
B=34.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132072250.050.0800.1226023.0884.71
HexD5CFE1580C1041755
Octal32531734151001440427125
Binary110101011100111111100001101100001100100000100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFE1; }

 p { color: rgb(213,207,225); }

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

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

 a { background-color: rgb(213,207,225); }

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

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

 span { border-color: rgb(213,207,225); }

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