Shades of Pattens Blue #DDE9ED
Tints of Pattens Blue #DDE9ED
RGB
CMYK
RGB Variations
Color information
#DDE9ED (or 0xDDE9ED) is known color: Pattens Blue. HEX triplet: DD, E9 and ED. RGB value is (221,233,237). Sum of RGB (Red+Green+Blue) = 221+233+237=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9ED is #221612. Grayscale: #E5E5E5. Windows color (decimal): -2233875 or 15591901. OLE color: 15591901.
HSL color Cylindrical-coordinate representation of color #DDE9ED: hue angle of 195º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE9ED is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 233 | 237 | - |
CMYK | 0.07 | 0.02 | 0 | 0.07 |
HSL | 195º | 0.31% | 0.9% | - |
HSV(B) | 195º | 0.07% | 0.93% | - |
XYZ | 74.24 | 79.76 | 91.6 | - |
YUV | 229.87 | 132.02 | 121.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 233 | 237 | 0.07 | 0.02 | 0 | 0.07 | 195 | 0.31 | 0.9 |
Hex | DD | E9 | ED | 7 | 2 | 0 | 7 | C3 | 1F | 5A |
Octal | 335 | 351 | 355 | 7 | 2 | 0 | 7 | 303 | 37 | 132 |
Binary | 11011101 | 11101001 | 11101101 | 111 | 10 | 0 | 111 | 11000011 | 11111 | 1011010 |
Color Harmonies of #DDE9ED
Complementary color
Monochromatic Colors of #DDE9ED
Black with #DDE9ED
Text Example
Text Example
White with #DDE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9ED; }
p { color: rgb(221,233,237); }
H1.HeaderClassName
{
color: #DDE9ED;
}
.AnyTagClassName
{
color: #DDE9ED;
}
</style>
background-color css
<style>
a { background-color: #DDE9ED; }
a { background-color: rgb(221,233,237); }
div.DivClassName
{
background-color: #DDE9ED;
}
.BgClassName
{
background-color: #DDE9ED;
}
</style>
border-color css
<style>
span { border-color: #DDE9ED; }
span { border-color: rgb(221,233,237); }
td.TdClassName
{
border-color: #DDE9ED;
}
.TagClassName
{
border-color: #DDE9ED;
}
</style>