Shades of Pattens Blue #DDE5ED
Tints of Pattens Blue #DDE5ED
RGB
CMYK
RGB Variations
Color information
#DDE5ED (or 0xDDE5ED) is known color: Pattens Blue. HEX triplet: DD, E5 and ED. RGB value is (221,229,237). Sum of RGB (Red+Green+Blue) = 221+229+237=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5ED is #221A12. Grayscale: #E3E3E3. Windows color (decimal): -2234899 or 15590877. OLE color: 15590877.
HSL color Cylindrical-coordinate representation of color #DDE5ED: hue angle of 210º 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 #DDE5ED is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 229 | 237 | - |
CMYK | 0.07 | 0.03 | 0 | 0.07 |
HSL | 210º | 0.31% | 0.9% | - |
HSV(B) | 210º | 0.07% | 0.93% | - |
XYZ | 73.12 | 77.53 | 91.23 | - |
YUV | 227.52 | 133.35 | 123.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 229 | 237 | 0.07 | 0.03 | 0 | 0.07 | 210 | 0.31 | 0.9 |
Hex | DD | E5 | ED | 7 | 3 | 0 | 7 | D2 | 1F | 5A |
Octal | 335 | 345 | 355 | 7 | 3 | 0 | 7 | 322 | 37 | 132 |
Binary | 11011101 | 11100101 | 11101101 | 111 | 11 | 0 | 111 | 11010010 | 11111 | 1011010 |
Color Harmonies of #DDE5ED
Complementary color
Monochromatic Colors of #DDE5ED
Black with #DDE5ED
Text Example
Text Example
White with #DDE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5ED; }
p { color: rgb(221,229,237); }
H1.HeaderClassName
{
color: #DDE5ED;
}
.AnyTagClassName
{
color: #DDE5ED;
}
</style>
background-color css
<style>
a { background-color: #DDE5ED; }
a { background-color: rgb(221,229,237); }
div.DivClassName
{
background-color: #DDE5ED;
}
.BgClassName
{
background-color: #DDE5ED;
}
</style>
border-color css
<style>
span { border-color: #DDE5ED; }
span { border-color: rgb(221,229,237); }
td.TdClassName
{
border-color: #DDE5ED;
}
.TagClassName
{
border-color: #DDE5ED;
}
</style>