#D8CEF1

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

Shades of Fog #D8CEF1

Tints of Fog #D8CEF1

Color information

#D8CEF1 (or 0xD8CEF1) is unknown color: approx Fog. HEX triplet: D8, CE and F1. RGB value is (216,206,241). Sum of RGB (Red+Green+Blue) = 216+206+241=663 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.58% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #D8CEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEF1 is #27310E. Grayscale: #D4D4D4. Windows color (decimal): -2568463 or 15847128. OLE color: 15847128.

HSL color Cylindrical-coordinate representation of color #D8CEF1: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8CEF1 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216206241-
CMYK0.100.1500.05
HSL257.14º55.56%87.65%-
HSV(B)257.14º14.52%94.51%-
XYZ66.2765.0992.29-
YUV212.98143.81130.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.58%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=32.58%
G=31.07%
B=36.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162062410.100.1500.05257.1455.5687.65
HexD8CEF1AF051013858
Octal33031636112170540170130
Binary1101100011001110111100011010111101011000000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEF1; }

 p { color: rgb(216,206,241); }

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

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

 a { background-color: rgb(216,206,241); }

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

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

 span { border-color: rgb(216,206,241); }

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