#DDC4FC

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

Shades of Fog #DDC4FC

Tints of Fog #DDC4FC

Color information

#DDC4FC (or 0xDDC4FC) is unknown color: approx Fog. HEX triplet: DD, C4 and FC. RGB value is (221,196,252). Sum of RGB (Red+Green+Blue) = 221+196+252=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDC4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC4FC is #223B03. Grayscale: #D1D1D1. Windows color (decimal): -2243332 or 16565469. OLE color: 16565469.

HSL color Cylindrical-coordinate representation of color #DDC4FC: hue angle of 266.79º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC4FC is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221196252-
CMYK0.120.2200.01
HSL266.79º90.32%87.84%-
HSV(B)266.79º22.22%98.82%-
XYZ67.1361.88100.5-
YUV209.86151.78135.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 196 (76.95% from 255) = 29.30%
BLUE value IS 252 (98.83% from 255) = 37.67%
R=33.03%
G=29.30%
B=37.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211962520.120.2200.01266.7990.3287.84
HexDDC4FCC160110b5a58
Octal335304374142601413132130
Binary1101110111000100111111001100101100110000101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4FC; }

 p { color: rgb(221,196,252); }

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

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

 a { background-color: rgb(221,196,252); }

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

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

 span { border-color: rgb(221,196,252); }

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