Shades of Pattens Blue #DDEEF3
Tints of Pattens Blue #DDEEF3
RGB
CMYK
RGB Variations
Color information
#DDEEF3 (or 0xDDEEF3) is known color: Pattens Blue. HEX triplet: DD, EE and F3. RGB value is (221,238,243). Sum of RGB (Red+Green+Blue) = 221+238+243=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEF3 is #22110C. Grayscale: #E9E9E9. Windows color (decimal): -2232589 or 15986397. OLE color: 15986397.
HSL color Cylindrical-coordinate representation of color #DDEEF3: hue angle of 193.64º 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 #DDEEF3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 221 | 238 | 243 | - |
CMYK | 0.09 | 0.02 | 0 | 0.05 |
HSL | 193.64º | 0.48% | 0.91% | - |
HSV(B) | 193.64º | 0.09% | 0.95% | - |
XYZ | 76.57 | 82.99 | 96.78 | - |
YUV | 233.49 | 133.37 | 119.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 243 | 0.09 | 0.02 | 0 | 0.05 | 193.64 | 0.48 | 0.91 |
Hex | DD | EE | F3 | 9 | 2 | 0 | 5 | C2 | 30 | 5B |
Octal | 335 | 356 | 363 | 11 | 2 | 0 | 5 | 302 | 60 | 133 |
Binary | 11011101 | 11101110 | 11110011 | 1001 | 10 | 0 | 101 | 11000010 | 110000 | 1011011 |
Color Harmonies of #DDEEF3
Complementary color
Monochromatic Colors of #DDEEF3
Black with #DDEEF3
Text Example
Text Example
White with #DDEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEF3; }
p { color: rgb(221,238,243); }
H1.HeaderClassName
{
color: #DDEEF3;
}
.AnyTagClassName
{
color: #DDEEF3;
}
</style>
background-color css
<style>
a { background-color: #DDEEF3; }
a { background-color: rgb(221,238,243); }
div.DivClassName
{
background-color: #DDEEF3;
}
.BgClassName
{
background-color: #DDEEF3;
}
</style>
border-color css
<style>
span { border-color: #DDEEF3; }
span { border-color: rgb(221,238,243); }
td.TdClassName
{
border-color: #DDEEF3;
}
.TagClassName
{
border-color: #DDEEF3;
}
</style>