#DDCBF1

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

Shades of Fog #DDCBF1

Tints of Fog #DDCBF1

Color information

#DDCBF1 (or 0xDDCBF1) is unknown color: approx Fog. HEX triplet: DD, CB and F1. RGB value is (221,203,241). Sum of RGB (Red+Green+Blue) = 221+203+241=665 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.23% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBF1 is #22340E. Grayscale: #D4D4D4. Windows color (decimal): -2241551 or 15846365. OLE color: 15846365.

HSL color Cylindrical-coordinate representation of color #DDCBF1: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDCBF1 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221203241-
CMYK0.080.1600.05
HSL268.42º57.58%87.06%-
HSV(B)268.42º15.77%94.51%-
XYZ67.0564.4392.12-
YUV212.71143.96133.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.23%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=33.23%
G=30.53%
B=36.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212032410.080.1600.05268.4257.5887.06
HexDDCBF18100510c3a57
Octal33531336110200541472127
Binary11011101110010111111000110001000001011000011001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBF1; }

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

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

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

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

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

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

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

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