#D6CFE4

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

Shades of Fog #D6CFE4

Tints of Fog #D6CFE4

Color information

#D6CFE4 (or 0xD6CFE4) is unknown color: approx Fog. HEX triplet: D6, CF and E4. RGB value is (214,207,228). Sum of RGB (Red+Green+Blue) = 214+207+228=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 228 - color contains mainly: blue. Hex color #D6CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFE4 is #29301B. Grayscale: #D3D3D3. Windows color (decimal): -2699292 or 14995414. OLE color: 14995414.

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

Color convert

RGB214207228-
CMYK0.060.0900.11
HSL260º28%85.29%-
HSV(B)260º9.21%89.41%-
XYZ64.0564.5282.48-
YUV211.49137.32129.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.97%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=32.97%
G=31.90%
B=35.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142072280.060.0900.112602885.29
HexD6CFE4690B1041c55
Octal32631734461101340434125
Binary110101101100111111100100110100101011100000100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFE4; }

 p { color: rgb(214,207,228); }

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

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

 a { background-color: rgb(214,207,228); }

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

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

 span { border-color: rgb(214,207,228); }

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