Shades of Pattens Blue #DDF3FD
Tints of Pattens Blue #DDF3FD
RGB
CMYK
RGB Variations
Color information
#DDF3FD (or 0xDDF3FD) is known color: Pattens Blue. HEX triplet: DD, F3 and FD. RGB value is (221,243,253). Sum of RGB (Red+Green+Blue) = 221+243+253=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3FD is #220C02. Grayscale: #EDEDED. Windows color (decimal): -2231299 or 16643037. OLE color: 16643037.
HSL color Cylindrical-coordinate representation of color #DDF3FD: hue angle of 198.75º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDF3FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 243 | 253 | - |
CMYK | 0.13 | 0.04 | 0 | 0.01 |
HSL | 198.75º | 0.89% | 0.93% | - |
HSV(B) | 198.75º | 0.13% | 0.99% | - |
XYZ | 79.6 | 86.57 | 105.44 | - |
YUV | 237.56 | 136.71 | 116.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 253 | 0.13 | 0.04 | 0 | 0.01 | 198.75 | 0.89 | 0.93 |
Hex | DD | F3 | FD | D | 4 | 0 | 1 | C7 | 59 | 5D |
Octal | 335 | 363 | 375 | 15 | 4 | 0 | 1 | 307 | 131 | 135 |
Binary | 11011101 | 11110011 | 11111101 | 1101 | 100 | 0 | 1 | 11000111 | 1011001 | 1011101 |
Color Harmonies of #DDF3FD
Complementary color
Monochromatic Colors of #DDF3FD
Black with #DDF3FD
Text Example
Text Example
White with #DDF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3FD; }
p { color: rgb(221,243,253); }
H1.HeaderClassName
{
color: #DDF3FD;
}
.AnyTagClassName
{
color: #DDF3FD;
}
</style>
background-color css
<style>
a { background-color: #DDF3FD; }
a { background-color: rgb(221,243,253); }
div.DivClassName
{
background-color: #DDF3FD;
}
.BgClassName
{
background-color: #DDF3FD;
}
</style>
border-color css
<style>
span { border-color: #DDF3FD; }
span { border-color: rgb(221,243,253); }
td.TdClassName
{
border-color: #DDF3FD;
}
.TagClassName
{
border-color: #DDF3FD;
}
</style>