#DDCAEE

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

Shades of Fog #DDCAEE

Tints of Fog #DDCAEE

Color information

#DDCAEE (or 0xDDCAEE) is unknown color: approx Fog. HEX triplet: DD, CA and EE. RGB value is (221,202,238). Sum of RGB (Red+Green+Blue) = 221+202+238=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAEE is #223511. Grayscale: #D3D3D3. Windows color (decimal): -2241810 or 15649501. OLE color: 15649501.

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

Color convert

RGB221202238-
CMYK0.070.1500.07
HSL271.67º51.43%86.27%-
HSV(B)271.67º15.13%93.33%-
XYZ66.3763.7989.7-
YUV211.78142.79134.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=33.43%
G=30.56%
B=36.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212022380.070.1500.07271.6751.4386.27
HexDDCAEE7F071103356
Octal3353123567170742063126
Binary110111011100101011101110111111101111000100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAEE; }

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

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

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

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

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

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

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

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