#DDC5EE

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

Shades of Fog #DDC5EE

Tints of Fog #DDC5EE

Color information

#DDC5EE (or 0xDDC5EE) is unknown color: approx Fog. HEX triplet: DD, C5 and EE. RGB value is (221,197,238). Sum of RGB (Red+Green+Blue) = 221+197+238=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5EE is #223A11. Grayscale: #D0D0D0. Windows color (decimal): -2243090 or 15648221. OLE color: 15648221.

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

Color convert

RGB221197238-
CMYK0.070.1700.07
HSL275.12º54.67%85.29%-
HSV(B)275.12º17.23%93.33%-
XYZ65.2261.4889.32-
YUV208.85144.45136.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 197 (77.34% from 255) = 30.03%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=33.69%
G=30.03%
B=36.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211972380.070.1700.07275.1254.6785.29
HexDDC5EE711071133755
Octal3353053567210742367125
Binary1101110111000101111011101111000101111000100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5EE; }

 p { color: rgb(221,197,238); }

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

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

 a { background-color: rgb(221,197,238); }

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

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

 span { border-color: rgb(221,197,238); }

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