Shades of Pattens Blue #DDEDF2
Tints of Pattens Blue #DDEDF2
RGB
CMYK
RGB Variations
Color information
#DDEDF2 (or 0xDDEDF2) is known color: Pattens Blue. HEX triplet: DD, ED and F2. RGB value is (221,237,242). Sum of RGB (Red+Green+Blue) = 221+237+242=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF2 is #22120D. Grayscale: #E8E8E8. Windows color (decimal): -2232846 or 15920605. OLE color: 15920605.
HSL color Cylindrical-coordinate representation of color #DDEDF2: hue angle of 194.29º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEDF2 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 237 | 242 | - |
CMYK | 0.09 | 0.02 | 0 | 0.05 |
HSL | 194.29º | 0.45% | 0.91% | - |
HSV(B) | 194.29º | 0.09% | 0.95% | - |
XYZ | 76.13 | 82.35 | 95.89 | - |
YUV | 232.79 | 133.2 | 119.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 242 | 0.09 | 0.02 | 0 | 0.05 | 194.29 | 0.45 | 0.91 |
Hex | DD | ED | F2 | 9 | 2 | 0 | 5 | C2 | 2D | 5B |
Octal | 335 | 355 | 362 | 11 | 2 | 0 | 5 | 302 | 55 | 133 |
Binary | 11011101 | 11101101 | 11110010 | 1001 | 10 | 0 | 101 | 11000010 | 101101 | 1011011 |
Color Harmonies of #DDEDF2
Complementary color
Monochromatic Colors of #DDEDF2
Black with #DDEDF2
Text Example
Text Example
White with #DDEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDF2; }
p { color: rgb(221,237,242); }
H1.HeaderClassName
{
color: #DDEDF2;
}
.AnyTagClassName
{
color: #DDEDF2;
}
</style>
background-color css
<style>
a { background-color: #DDEDF2; }
a { background-color: rgb(221,237,242); }
div.DivClassName
{
background-color: #DDEDF2;
}
.BgClassName
{
background-color: #DDEDF2;
}
</style>
border-color css
<style>
span { border-color: #DDEDF2; }
span { border-color: rgb(221,237,242); }
td.TdClassName
{
border-color: #DDEDF2;
}
.TagClassName
{
border-color: #DDEDF2;
}
</style>