#DDC1EE

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

Shades of Fog #DDC1EE

Tints of Fog #DDC1EE

Color information

#DDC1EE (or 0xDDC1EE) is unknown color: approx Fog. HEX triplet: DD, C1 and EE. RGB value is (221,193,238). Sum of RGB (Red+Green+Blue) = 221+193+238=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC1EE is #223E11. Grayscale: #CECECE. Windows color (decimal): -2244114 or 15647197. OLE color: 15647197.

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

Color convert

RGB221193238-
CMYK0.070.1900.07
HSL277.33º56.96%84.51%-
HSV(B)277.33º18.91%93.33%-
XYZ64.3259.6989.02-
YUV206.5145.78138.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.90%
GREEN value IS 193 (75.78% from 255) = 29.60%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=33.90%
G=29.60%
B=36.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211932380.070.1900.07277.3356.9684.51
HexDDC1EE713071153955
Octal3353013567230742571125
Binary1101110111000001111011101111001101111000101011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1EE; }

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

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

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

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

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

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

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

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