#DDCAFD

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

Shades of Fog #DDCAFD

Tints of Fog #DDCAFD

Color information

#DDCAFD (or 0xDDCAFD) is unknown color: approx Fog. HEX triplet: DD, CA and FD. RGB value is (221,202,253). Sum of RGB (Red+Green+Blue) = 221+202+253=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAFD is #223502. Grayscale: #D5D5D5. Windows color (decimal): -2241795 or 16632541. OLE color: 16632541.

HSL color Cylindrical-coordinate representation of color #DDCAFD: hue angle of 262.35º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCAFD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221202253-
CMYK0.130.2000.01
HSL262.35º92.73%89.22%-
HSV(B)262.35º20.16%99.22%-
XYZ68.6764.71101.8-
YUV213.5150.29133.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 202 (79.30% from 255) = 29.88%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=32.69%
G=29.88%
B=37.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212022530.130.2000.01262.3592.7389.22
HexDDCAFDD14011065d59
Octal335312375152401406135131
Binary1101110111001010111111011101101000110000011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAFD; }

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

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

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

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

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

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

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

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