Shades of Pattens Blue #DDF4FC
Tints of Pattens Blue #DDF4FC
RGB
CMYK
RGB Variations
Color information
#DDF4FC (or 0xDDF4FC) is known color: Pattens Blue. HEX triplet: DD, F4 and FC. RGB value is (221,244,252). Sum of RGB (Red+Green+Blue) = 221+244+252=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDF4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF4FC is #220B03. Grayscale: #EDEDED. Windows color (decimal): -2231044 or 16577757. OLE color: 16577757.
HSL color Cylindrical-coordinate representation of color #DDF4FC: hue angle of 195.48º 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 #DDF4FC is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 244 | 252 | - |
CMYK | 0.12 | 0.03 | 0 | 0.01 |
HSL | 195.48º | 0.84% | 0.93% | - |
HSV(B) | 195.48º | 0.12% | 0.99% | - |
XYZ | 79.74 | 87.1 | 104.71 | - |
YUV | 238.04 | 135.88 | 115.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 244 | 252 | 0.12 | 0.03 | 0 | 0.01 | 195.48 | 0.84 | 0.93 |
Hex | DD | F4 | FC | C | 3 | 0 | 1 | C3 | 54 | 5D |
Octal | 335 | 364 | 374 | 14 | 3 | 0 | 1 | 303 | 124 | 135 |
Binary | 11011101 | 11110100 | 11111100 | 1100 | 11 | 0 | 1 | 11000011 | 1010100 | 1011101 |
Color Harmonies of #DDF4FC
Complementary color
Monochromatic Colors of #DDF4FC
Black with #DDF4FC
Text Example
Text Example
White with #DDF4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF4FC; }
p { color: rgb(221,244,252); }
H1.HeaderClassName
{
color: #DDF4FC;
}
.AnyTagClassName
{
color: #DDF4FC;
}
</style>
background-color css
<style>
a { background-color: #DDF4FC; }
a { background-color: rgb(221,244,252); }
div.DivClassName
{
background-color: #DDF4FC;
}
.BgClassName
{
background-color: #DDF4FC;
}
</style>
border-color css
<style>
span { border-color: #DDF4FC; }
span { border-color: rgb(221,244,252); }
td.TdClassName
{
border-color: #DDF4FC;
}
.TagClassName
{
border-color: #DDF4FC;
}
</style>