#DDC3FE

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

Shades of Fog #DDC3FE

Tints of Fog #DDC3FE

Color information

#DDC3FE (or 0xDDC3FE) is unknown color: approx Fog. HEX triplet: DD, C3 and FE. RGB value is (221,195,254). Sum of RGB (Red+Green+Blue) = 221+195+254=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC3FE is #223C01. Grayscale: #D1D1D1. Windows color (decimal): -2243586 or 16696285. OLE color: 16696285.

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

Color convert

RGB221195254-
CMYK0.130.2300.00
HSL266.44º96.72%88.04%-
HSV(B)266.44º23.23%99.61%-
XYZ67.2261.56102.1-
YUV209.5153.11136.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 195 (76.56% from 255) = 29.10%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=32.99%
G=29.10%
B=37.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2211952540.130.2300.00266.4496.7288.04
HexDDC3FED170010a6158
Octal335303376152700412141130
Binary1101110111000011111111101101101110010000101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3FE; }

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

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

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

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

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

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

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

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