#DDCBF9

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

Shades of Fog #DDCBF9

Tints of Fog #DDCBF9

Color information

#DDCBF9 (or 0xDDCBF9) is unknown color: approx Fog. HEX triplet: DD, CB and F9. RGB value is (221,203,249). Sum of RGB (Red+Green+Blue) = 221+203+249=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDCBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBF9 is #223406. Grayscale: #D5D5D5. Windows color (decimal): -2241543 or 16370653. OLE color: 16370653.

HSL color Cylindrical-coordinate representation of color #DDCBF9: hue angle of 263.48º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCBF9 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221203249-
CMYK0.110.1800.02
HSL263.48º79.31%88.63%-
HSV(B)263.48º18.47%97.65%-
XYZ68.2764.9298.56-
YUV213.63147.96133.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 203 (79.69% from 255) = 30.16%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=32.84%
G=30.16%
B=37.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212032490.110.1800.02263.4879.3188.63
HexDDCBF9B12021074f59
Octal335313371132202407117131
Binary11011101110010111111100110111001001010000011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBF9; }

 p { color: rgb(221,203,249); }

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

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

 a { background-color: rgb(221,203,249); }

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

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

 span { border-color: rgb(221,203,249); }

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