Shades of Fog #DDCAFD
Tints of Fog #DDCAFD
RGB
CMYK
RGB Variations
Color information
#DDCAFD (or 0xDDCAFD) is known color: 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
RGB | 221 | 202 | 253 | - |
CMYK | 0.13 | 0.20 | 0 | 0.01 |
HSL | 262.35º | 0.93% | 0.89% | - |
HSV(B) | 262.35º | 0.2% | 0.99% | - |
XYZ | 68.67 | 64.71 | 101.8 | - |
YUV | 213.5 | 150.29 | 133.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 253 | 0.13 | 0.20 | 0 | 0.01 | 262.35 | 0.93 | 0.89 |
Hex | DD | CA | FD | D | 14 | 0 | 1 | 106 | 5D | 59 |
Octal | 335 | 312 | 375 | 15 | 24 | 0 | 1 | 406 | 135 | 131 |
Binary | 11011101 | 11001010 | 11111101 | 1101 | 10100 | 0 | 1 | 100000110 | 1011101 | 1011001 |
Color Harmonies of #DDCAFD
Complementary color
Monochromatic Colors of #DDCAFD
Black with #DDCAFD
Text Example
Text Example
White with #DDCAFD
Text Example
Text Example
HTML Codes & Css Web 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>