#D6CDF0

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

Shades of Fog #D6CDF0

Tints of Fog #D6CDF0

Color information

#D6CDF0 (or 0xD6CDF0) is unknown color: approx Fog. HEX triplet: D6, CD and F0. RGB value is (214,205,240). Sum of RGB (Red+Green+Blue) = 214+205+240=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDF0 is #29320F. Grayscale: #D3D3D3. Windows color (decimal): -2699792 or 15781334. OLE color: 15781334.

HSL color Cylindrical-coordinate representation of color #D6CDF0: hue angle of 255.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6CDF0 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214205240-
CMYK0.110.1500.06
HSL255.43º53.85%87.25%-
HSV(B)255.43º14.58%94.12%-
XYZ65.2964.2591.4-
YUV211.68143.98129.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.47%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 240 (94.14% from 255) = 36.42%
R=32.47%
G=31.11%
B=36.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142052400.110.1500.06255.4353.8587.25
HexD6CDF0BF06ff3657
Octal32631536013170637766127
Binary110101101100110111110000101111110110111111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CDF0; }

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

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

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

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

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

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

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

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