#DCCCEE

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

Shades of Fog #DCCCEE

Tints of Fog #DCCCEE

Color information

#DCCCEE (or 0xDCCCEE) is unknown color: approx Fog. HEX triplet: DC, CC and EE. RGB value is (220,204,238). Sum of RGB (Red+Green+Blue) = 220+204+238=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCCEE is #233311. Grayscale: #D4D4D4. Windows color (decimal): -2306834 or 15650012. OLE color: 15650012.

HSL color Cylindrical-coordinate representation of color #DCCCEE: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCCCEE is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220204238-
CMYK0.080.1400.07
HSL268.24º50%86.67%-
HSV(B)268.24º14.29%93.33%-
XYZ66.5464.5789.85-
YUV212.66142.3133.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=33.23%
G=30.82%
B=35.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202042380.080.1400.07268.245086.67
HexDCCCEE8E0710c3257
Octal33431435610160741462127
Binary1101110011001100111011101000111001111000011001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCEE; }

 p { color: rgb(220,204,238); }

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

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

 a { background-color: rgb(220,204,238); }

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

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

 span { border-color: rgb(220,204,238); }

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