Shades of Pattens Blue #DDEDF9
Tints of Pattens Blue #DDEDF9
RGB
CMYK
RGB Variations
Color information
#DDEDF9 (or 0xDDEDF9) is known color: Pattens Blue. HEX triplet: DD, ED and F9. RGB value is (221,237,249). Sum of RGB (Red+Green+Blue) = 221+237+249=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDEDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF9 is #221206. Grayscale: #E9E9E9. Windows color (decimal): -2232839 or 16379357. OLE color: 16379357.
HSL color Cylindrical-coordinate representation of color #DDEDF9: hue angle of 205.71º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDEDF9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 237 | 249 | - |
CMYK | 0.11 | 0.05 | 0 | 0.02 |
HSL | 205.71º | 0.7% | 0.92% | - |
HSV(B) | 205.71º | 0.11% | 0.98% | - |
XYZ | 77.2 | 82.78 | 101.53 | - |
YUV | 233.58 | 136.7 | 119.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 249 | 0.11 | 0.05 | 0 | 0.02 | 205.71 | 0.7 | 0.92 |
Hex | DD | ED | F9 | B | 5 | 0 | 2 | CE | 46 | 5C |
Octal | 335 | 355 | 371 | 13 | 5 | 0 | 2 | 316 | 106 | 134 |
Binary | 11011101 | 11101101 | 11111001 | 1011 | 101 | 0 | 10 | 11001110 | 1000110 | 1011100 |
Color Harmonies of #DDEDF9
Complementary color
Monochromatic Colors of #DDEDF9
Black with #DDEDF9
Text Example
Text Example
White with #DDEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDF9; }
p { color: rgb(221,237,249); }
H1.HeaderClassName
{
color: #DDEDF9;
}
.AnyTagClassName
{
color: #DDEDF9;
}
</style>
background-color css
<style>
a { background-color: #DDEDF9; }
a { background-color: rgb(221,237,249); }
div.DivClassName
{
background-color: #DDEDF9;
}
.BgClassName
{
background-color: #DDEDF9;
}
</style>
border-color css
<style>
span { border-color: #DDEDF9; }
span { border-color: rgb(221,237,249); }
td.TdClassName
{
border-color: #DDEDF9;
}
.TagClassName
{
border-color: #DDEDF9;
}
</style>