Shades of Pattens Blue #DDEDF3
Tints of Pattens Blue #DDEDF3
RGB
CMYK
RGB Variations
Color information
#DDEDF3 (or 0xDDEDF3) is known color: Pattens Blue. HEX triplet: DD, ED and F3. RGB value is (221,237,243). Sum of RGB (Red+Green+Blue) = 221+237+243=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDEDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF3 is #22120C. Grayscale: #E8E8E8. Windows color (decimal): -2232845 or 15986141. OLE color: 15986141.
HSL color Cylindrical-coordinate representation of color #DDEDF3: hue angle of 196.36º degrees, saturation: 0.48, 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 #DDEDF3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 237 | 243 | - |
CMYK | 0.09 | 0.02 | 0 | 0.05 |
HSL | 196.36º | 0.48% | 0.91% | - |
HSV(B) | 196.36º | 0.09% | 0.95% | - |
XYZ | 76.28 | 82.41 | 96.68 | - |
YUV | 232.9 | 133.7 | 119.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 243 | 0.09 | 0.02 | 0 | 0.05 | 196.36 | 0.48 | 0.91 |
Hex | DD | ED | F3 | 9 | 2 | 0 | 5 | C4 | 30 | 5B |
Octal | 335 | 355 | 363 | 11 | 2 | 0 | 5 | 304 | 60 | 133 |
Binary | 11011101 | 11101101 | 11110011 | 1001 | 10 | 0 | 101 | 11000100 | 110000 | 1011011 |
Color Harmonies of #DDEDF3
Complementary color
Monochromatic Colors of #DDEDF3
Black with #DDEDF3
Text Example
Text Example
White with #DDEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDF3; }
p { color: rgb(221,237,243); }
H1.HeaderClassName
{
color: #DDEDF3;
}
.AnyTagClassName
{
color: #DDEDF3;
}
</style>
background-color css
<style>
a { background-color: #DDEDF3; }
a { background-color: rgb(221,237,243); }
div.DivClassName
{
background-color: #DDEDF3;
}
.BgClassName
{
background-color: #DDEDF3;
}
</style>
border-color css
<style>
span { border-color: #DDEDF3; }
span { border-color: rgb(221,237,243); }
td.TdClassName
{
border-color: #DDEDF3;
}
.TagClassName
{
border-color: #DDEDF3;
}
</style>