#DDCCFD

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

Shades of Fog #DDCCFD

Tints of Fog #DDCCFD

Color information

#DDCCFD (or 0xDDCCFD) is unknown color: approx Fog. HEX triplet: DD, CC and FD. RGB value is (221,204,253). Sum of RGB (Red+Green+Blue) = 221+204+253=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDCCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCFD is #223302. Grayscale: #D6D6D6. Windows color (decimal): -2241283 or 16633053. OLE color: 16633053.

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

Color convert

RGB221204253-
CMYK0.130.1900.01
HSL260.82º92.45%89.61%-
HSV(B)260.82º19.37%99.22%-
XYZ69.1465.65101.96-
YUV214.67149.63132.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 204 (80.08% from 255) = 30.09%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=32.60%
G=30.09%
B=37.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212042530.130.1900.01260.8292.4589.61
HexDDCCFDD13011055c5a
Octal335314375152301405134132
Binary1101110111001100111111011101100110110000010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCFD; }

 p { color: rgb(221,204,253); }

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

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

 a { background-color: rgb(221,204,253); }

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

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

 span { border-color: rgb(221,204,253); }

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