Shades of Pattens Blue #DDF1FC
Tints of Pattens Blue #DDF1FC
RGB
CMYK
RGB Variations
Color information
#DDF1FC (or 0xDDF1FC) is known color: Pattens Blue. HEX triplet: DD, F1 and FC. RGB value is (221,241,252). Sum of RGB (Red+Green+Blue) = 221+241+252=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1FC is #220E03. Grayscale: #ECECEC. Windows color (decimal): -2231812 or 16576989. OLE color: 16576989.
HSL color Cylindrical-coordinate representation of color #DDF1FC: hue angle of 201.29º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF1FC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 241 | 252 | - |
CMYK | 0.12 | 0.04 | 0 | 0.01 |
HSL | 201.29º | 0.84% | 0.93% | - |
HSV(B) | 201.29º | 0.12% | 0.99% | - |
XYZ | 78.84 | 85.31 | 104.41 | - |
YUV | 236.27 | 136.87 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 241 | 252 | 0.12 | 0.04 | 0 | 0.01 | 201.29 | 0.84 | 0.93 |
Hex | DD | F1 | FC | C | 4 | 0 | 1 | C9 | 54 | 5D |
Octal | 335 | 361 | 374 | 14 | 4 | 0 | 1 | 311 | 124 | 135 |
Binary | 11011101 | 11110001 | 11111100 | 1100 | 100 | 0 | 1 | 11001001 | 1010100 | 1011101 |
Color Harmonies of #DDF1FC
Complementary color
Monochromatic Colors of #DDF1FC
Black with #DDF1FC
Text Example
Text Example
White with #DDF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1FC; }
p { color: rgb(221,241,252); }
H1.HeaderClassName
{
color: #DDF1FC;
}
.AnyTagClassName
{
color: #DDF1FC;
}
</style>
background-color css
<style>
a { background-color: #DDF1FC; }
a { background-color: rgb(221,241,252); }
div.DivClassName
{
background-color: #DDF1FC;
}
.BgClassName
{
background-color: #DDF1FC;
}
</style>
border-color css
<style>
span { border-color: #DDF1FC; }
span { border-color: rgb(221,241,252); }
td.TdClassName
{
border-color: #DDF1FC;
}
.TagClassName
{
border-color: #DDF1FC;
}
</style>