#D6CDE1

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

Shades of Fog #D6CDE1

Tints of Fog #D6CDE1

Color information

#D6CDE1 (or 0xD6CDE1) is unknown color: approx Fog. HEX triplet: D6, CD and E1. RGB value is (214,205,225). Sum of RGB (Red+Green+Blue) = 214+205+225=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6CDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDE1 is #29321E. Grayscale: #D1D1D1. Windows color (decimal): -2699807 or 14798294. OLE color: 14798294.

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

Color convert

RGB214205225-
CMYK0.050.0900.12
HSL267º25%84.31%-
HSV(B)267º8.89%88.24%-
XYZ63.1563.480.14-
YUV209.97136.48130.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.23%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 225 (88.28% from 255) = 34.94%
R=33.23%
G=31.83%
B=34.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142052250.050.0900.122672584.31
HexD6CDE1590C10b1954
Octal32631534151101441331124
Binary110101101100110111100001101100101100100001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDE1; }

 p { color: rgb(214,205,225); }

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

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

 a { background-color: rgb(214,205,225); }

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

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

 span { border-color: rgb(214,205,225); }

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