#D4CFE2

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

Shades of Fog #D4CFE2

Tints of Fog #D4CFE2

Color information

#D4CFE2 (or 0xD4CFE2) is unknown color: approx Fog. HEX triplet: D4, CF and E2. RGB value is (212,207,226). Sum of RGB (Red+Green+Blue) = 212+207+226=645 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.87% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 226 - color contains mainly: blue. Hex color #D4CFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CFE2 is #2B301D. Grayscale: #D2D2D2. Windows color (decimal): -2830366 or 14864340. OLE color: 14864340.

HSL color Cylindrical-coordinate representation of color #D4CFE2: hue angle of 255.79º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4CFE2 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB212207226-
CMYK0.060.0800.11
HSL255.79º24.68%84.9%-
HSV(B)255.79º8.41%88.63%-
XYZ63.1964.1181-
YUV210.66136.66128.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.87%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 226 (88.67% from 255) = 35.04%
R=32.87%
G=32.09%
B=35.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122072260.060.0800.11255.7924.6884.9
HexD4CFE2680B1001955
Octal32431734261001340031125
Binary110101001100111111100010110100001011100000000110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CFE2; }

 p { color: rgb(212,207,226); }

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

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

 a { background-color: rgb(212,207,226); }

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

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

 span { border-color: rgb(212,207,226); }

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