Shades of Pattens Blue #DDF3FC
Tints of Pattens Blue #DDF3FC
RGB
CMYK
RGB Variations
Color information
#DDF3FC (or 0xDDF3FC) is known color: Pattens Blue. HEX triplet: DD, F3 and FC. RGB value is (221,243,252). Sum of RGB (Red+Green+Blue) = 221+243+252=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDF3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3FC is #220C03. Grayscale: #EDEDED. Windows color (decimal): -2231300 or 16577501. OLE color: 16577501.
HSL color Cylindrical-coordinate representation of color #DDF3FC: hue angle of 197.42º 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 #DDF3FC is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 243 | 252 | - |
CMYK | 0.12 | 0.04 | 0 | 0.01 |
HSL | 197.42º | 0.84% | 0.93% | - |
HSV(B) | 197.42º | 0.12% | 0.99% | - |
XYZ | 79.44 | 86.5 | 104.61 | - |
YUV | 237.45 | 136.21 | 116.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 243 | 252 | 0.12 | 0.04 | 0 | 0.01 | 197.42 | 0.84 | 0.93 |
Hex | DD | F3 | FC | C | 4 | 0 | 1 | C5 | 54 | 5D |
Octal | 335 | 363 | 374 | 14 | 4 | 0 | 1 | 305 | 124 | 135 |
Binary | 11011101 | 11110011 | 11111100 | 1100 | 100 | 0 | 1 | 11000101 | 1010100 | 1011101 |
Color Harmonies of #DDF3FC
Complementary color
Monochromatic Colors of #DDF3FC
Black with #DDF3FC
Text Example
Text Example
White with #DDF3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF3FC; }
p { color: rgb(221,243,252); }
H1.HeaderClassName
{
color: #DDF3FC;
}
.AnyTagClassName
{
color: #DDF3FC;
}
</style>
background-color css
<style>
a { background-color: #DDF3FC; }
a { background-color: rgb(221,243,252); }
div.DivClassName
{
background-color: #DDF3FC;
}
.BgClassName
{
background-color: #DDF3FC;
}
</style>
border-color css
<style>
span { border-color: #DDF3FC; }
span { border-color: rgb(221,243,252); }
td.TdClassName
{
border-color: #DDF3FC;
}
.TagClassName
{
border-color: #DDF3FC;
}
</style>