Shades of Pattens Blue #DDEEFB
Tints of Pattens Blue #DDEEFB
RGB
CMYK
RGB Variations
Color information
#DDEEFB (or 0xDDEEFB) is known color: Pattens Blue. HEX triplet: DD, EE and FB. RGB value is (221,238,251). Sum of RGB (Red+Green+Blue) = 221+238+251=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFB is #221104. Grayscale: #EAEAEA. Windows color (decimal): -2232581 or 16510685. OLE color: 16510685.
HSL color Cylindrical-coordinate representation of color #DDEEFB: hue angle of 206º 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 #DDEEFB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 238 | 251 | - |
CMYK | 0.12 | 0.05 | 0 | 0.02 |
HSL | 206º | 0.79% | 0.93% | - |
HSV(B) | 206º | 0.12% | 0.98% | - |
XYZ | 77.81 | 83.49 | 103.28 | - |
YUV | 234.4 | 137.37 | 118.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 251 | 0.12 | 0.05 | 0 | 0.02 | 206 | 0.79 | 0.93 |
Hex | DD | EE | FB | C | 5 | 0 | 2 | CE | 4F | 5D |
Octal | 335 | 356 | 373 | 14 | 5 | 0 | 2 | 316 | 117 | 135 |
Binary | 11011101 | 11101110 | 11111011 | 1100 | 101 | 0 | 10 | 11001110 | 1001111 | 1011101 |
Color Harmonies of #DDEEFB
Complementary color
Monochromatic Colors of #DDEEFB
Black with #DDEEFB
Text Example
Text Example
White with #DDEEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEFB; }
p { color: rgb(221,238,251); }
H1.HeaderClassName
{
color: #DDEEFB;
}
.AnyTagClassName
{
color: #DDEEFB;
}
</style>
background-color css
<style>
a { background-color: #DDEEFB; }
a { background-color: rgb(221,238,251); }
div.DivClassName
{
background-color: #DDEEFB;
}
.BgClassName
{
background-color: #DDEEFB;
}
</style>
border-color css
<style>
span { border-color: #DDEEFB; }
span { border-color: rgb(221,238,251); }
td.TdClassName
{
border-color: #DDEEFB;
}
.TagClassName
{
border-color: #DDEEFB;
}
</style>