#DDCAFF

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

Shades of Fog #DDCAFF

Tints of Fog #DDCAFF

Color information

#DDCAFF (or 0xDDCAFF) is unknown color: approx Fog. HEX triplet: DD, CA and FF. RGB value is (221,202,255). Sum of RGB (Red+Green+Blue) = 221+202+255=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 202 (79.30% from 255 or 29.79% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAFF is #223500. Grayscale: #D5D5D5. Windows color (decimal): -2241793 or 16763613. OLE color: 16763613.

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

Color convert

RGB221202255-
CMYK0.130.2100
HSL261.51º100%89.61%-
HSV(B)261.51º20.78%100%-
XYZ68.9964.83103.49-
YUV213.72151.29133.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 202 (79.30% from 255) = 29.79%
BLUE value IS 255 (100% from 255) = 37.61%
R=32.60%
G=29.79%
B=37.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212022550.130.2100261.5110089.61
HexDDCAFFD1500106645a
Octal335312377152500406144132
Binary1101110111001010111111111101101010010000011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAFF; }

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

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

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

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

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

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

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

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