#DEC3EE

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

Shades of Fog #DEC3EE

Tints of Fog #DEC3EE

Color information

#DEC3EE (or 0xDEC3EE) is unknown color: approx Fog. HEX triplet: DE, C3 and EE. RGB value is (222,195,238). Sum of RGB (Red+Green+Blue) = 222+195+238=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3EE is #213C11. Grayscale: #CFCFCF. Windows color (decimal): -2178066 or 15647710. OLE color: 15647710.

HSL color Cylindrical-coordinate representation of color #DEC3EE: hue angle of 277.67º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC3EE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222195238-
CMYK0.070.1800.07
HSL277.67º55.84%84.9%-
HSV(B)277.67º18.07%93.33%-
XYZ65.0760.7389.18-
YUV207.98144.95138-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 195 (76.56% from 255) = 29.77%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=33.89%
G=29.77%
B=36.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221952380.070.1800.07277.6755.8484.9
HexDEC3EE712071163855
Octal3363033567220742670125
Binary1101111011000011111011101111001001111000101101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3EE; }

 p { color: rgb(222,195,238); }

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

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

 a { background-color: rgb(222,195,238); }

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

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

 span { border-color: rgb(222,195,238); }

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