#DDCAF9

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

Shades of Fog #DDCAF9

Tints of Fog #DDCAF9

Color information

#DDCAF9 (or 0xDDCAF9) is unknown color: approx Fog. HEX triplet: DD, CA and F9. RGB value is (221,202,249). Sum of RGB (Red+Green+Blue) = 221+202+249=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAF9 is #223506. Grayscale: #D4D4D4. Windows color (decimal): -2241799 or 16370397. OLE color: 16370397.

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

Color convert

RGB221202249-
CMYK0.110.1900.02
HSL264.26º79.66%88.43%-
HSV(B)264.26º18.88%97.65%-
XYZ68.0464.4598.48-
YUV213.04148.29133.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.89%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=32.89%
G=30.06%
B=37.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212022490.110.1900.02264.2679.6688.43
HexDDCAF9B13021085058
Octal335312371132302410120130
Binary11011101110010101111100110111001101010000100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAF9; }

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

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

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

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

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

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

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

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