#DDC5FE

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

Shades of Fog #DDC5FE

Tints of Fog #DDC5FE

Color information

#DDC5FE (or 0xDDC5FE) is unknown color: approx Fog. HEX triplet: DD, C5 and FE. RGB value is (221,197,254). Sum of RGB (Red+Green+Blue) = 221+197+254=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5FE is #223A01. Grayscale: #D2D2D2. Windows color (decimal): -2243074 or 16696797. OLE color: 16696797.

HSL color Cylindrical-coordinate representation of color #DDC5FE: hue angle of 265.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC5FE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221197254-
CMYK0.130.2200.00
HSL265.26º96.61%88.43%-
HSV(B)265.26º22.44%99.61%-
XYZ67.6762.46102.26-
YUV210.67152.45135.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=32.89%
G=29.32%
B=37.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211972540.130.2200.00265.2696.6188.43
HexDDC5FED16001096158
Octal335305376152600411141130
Binary1101110111000101111111101101101100010000100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5FE; }

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

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

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

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

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

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

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

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