#D5CFE5

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

Shades of Fog #D5CFE5

Tints of Fog #D5CFE5

Color information

#D5CFE5 (or 0xD5CFE5) is unknown color: approx Fog. HEX triplet: D5, CF and E5. RGB value is (213,207,229). Sum of RGB (Red+Green+Blue) = 213+207+229=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5CFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFE5 is #2A301A. Grayscale: #D3D3D3. Windows color (decimal): -2764827 or 15060949. OLE color: 15060949.

HSL color Cylindrical-coordinate representation of color #D5CFE5: hue angle of 256.36º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CFE5 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213207229-
CMYK0.070.1000.10
HSL256.36º29.73%85.49%-
HSV(B)256.36º9.61%89.8%-
XYZ63.964.4383.2-
YUV211.3137.99129.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.82%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 229 (89.84% from 255) = 35.29%
R=32.82%
G=31.90%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2132072290.070.1000.10256.3629.7385.49
HexD5CFE57A0A1001e55
Octal32531734571201240036125
Binary110101011100111111100101111101001010100000000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFE5; }

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

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

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

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

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

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

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

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