#DDC6ED

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

Shades of Fog #DDC6ED

Tints of Fog #DDC6ED

Color information

#DDC6ED (or 0xDDC6ED) is unknown color: approx Fog. HEX triplet: DD, C6 and ED. RGB value is (221,198,237). Sum of RGB (Red+Green+Blue) = 221+198+237=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC6ED is #223912. Grayscale: #D1D1D1. Windows color (decimal): -2242835 or 15582941. OLE color: 15582941.

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

Color convert

RGB221198237-
CMYK0.070.1600.07
HSL275.38º52%85.29%-
HSV(B)275.38º16.46%92.94%-
XYZ65.361.8788.62-
YUV209.32143.62136.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 198 (77.73% from 255) = 30.18%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=33.69%
G=30.18%
B=36.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211982370.070.1600.07275.385285.29
HexDDC6ED710071133455
Octal3353063557200742364125
Binary1101110111000110111011011111000001111000100111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6ED; }

 p { color: rgb(221,198,237); }

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

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

 a { background-color: rgb(221,198,237); }

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

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

 span { border-color: rgb(221,198,237); }

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