Shades of Pattens Blue #DDEDFB
Tints of Pattens Blue #DDEDFB
RGB
CMYK
RGB Variations
Color information
#DDEDFB (or 0xDDEDFB) is known color: Pattens Blue. HEX triplet: DD, ED and FB. RGB value is (221,237,251). Sum of RGB (Red+Green+Blue) = 221+237+251=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDFB is #221204. Grayscale: #E9E9E9. Windows color (decimal): -2232837 or 16510429. OLE color: 16510429.
HSL color Cylindrical-coordinate representation of color #DDEDFB: hue angle of 208º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDEDFB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 237 | 251 | - |
CMYK | 0.12 | 0.06 | 0 | 0.02 |
HSL | 208º | 0.79% | 0.93% | - |
HSV(B) | 208º | 0.12% | 0.98% | - |
XYZ | 77.52 | 82.91 | 103.18 | - |
YUV | 233.81 | 137.7 | 118.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 251 | 0.12 | 0.06 | 0 | 0.02 | 208 | 0.79 | 0.93 |
Hex | DD | ED | FB | C | 6 | 0 | 2 | D0 | 4F | 5D |
Octal | 335 | 355 | 373 | 14 | 6 | 0 | 2 | 320 | 117 | 135 |
Binary | 11011101 | 11101101 | 11111011 | 1100 | 110 | 0 | 10 | 11010000 | 1001111 | 1011101 |
Color Harmonies of #DDEDFB
Complementary color
Monochromatic Colors of #DDEDFB
Black with #DDEDFB
Text Example
Text Example
White with #DDEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDFB; }
p { color: rgb(221,237,251); }
H1.HeaderClassName
{
color: #DDEDFB;
}
.AnyTagClassName
{
color: #DDEDFB;
}
</style>
background-color css
<style>
a { background-color: #DDEDFB; }
a { background-color: rgb(221,237,251); }
div.DivClassName
{
background-color: #DDEDFB;
}
.BgClassName
{
background-color: #DDEDFB;
}
</style>
border-color css
<style>
span { border-color: #DDEDFB; }
span { border-color: rgb(221,237,251); }
td.TdClassName
{
border-color: #DDEDFB;
}
.TagClassName
{
border-color: #DDEDFB;
}
</style>