Shades of Pattens Blue #CFDDE8
Tints of Pattens Blue #CFDDE8
RGB
CMYK
RGB Variations
Color information
#CFDDE8 (or 0xCFDDE8) is known color: Pattens Blue. HEX triplet: CF, DD and E8. RGB value is (207,221,232). Sum of RGB (Red+Green+Blue) = 207+221+232=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDE8 is #302217. Grayscale: #DADADA. Windows color (decimal): -3154456 or 15261135. OLE color: 15261135.
HSL color Cylindrical-coordinate representation of color #CFDDE8: hue angle of 206.4º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFDDE8 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 221 | 232 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.09 |
| HSL | 206.4º | 0.35% | 0.86% | - |
| HSV(B) | 206.4º | 0.11% | 0.91% | - |
| XYZ | 66.15 | 70.8 | 86.52 | - |
| YUV | 218.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 232 | 0.11 | 0.05 | 0 | 0.09 | 206.4 | 0.35 | 0.86 |
| Hex | CF | DD | E8 | B | 5 | 0 | 9 | CE | 23 | 56 |
| Octal | 317 | 335 | 350 | 13 | 5 | 0 | 11 | 316 | 43 | 126 |
| Binary | 11001111 | 11011101 | 11101000 | 1011 | 101 | 0 | 1001 | 11001110 | 100011 | 1010110 |
Color Harmonies of #CFDDE8
Complementary color
Monochromatic Colors of #CFDDE8
Black with #CFDDE8
Text Example
Text Example
White with #CFDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDE8; }
p { color: rgb(207,221,232); }
H1.HeaderClassName
{
color: #CFDDE8;
}
.AnyTagClassName
{
color: #CFDDE8;
}
</style>
background-color css
<style>
a { background-color: #CFDDE8; }
a { background-color: rgb(207,221,232); }
div.DivClassName
{
background-color: #CFDDE8;
}
.BgClassName
{
background-color: #CFDDE8;
}
</style>
border-color css
<style>
span { border-color: #CFDDE8; }
span { border-color: rgb(207,221,232); }
td.TdClassName
{
border-color: #CFDDE8;
}
.TagClassName
{
border-color: #CFDDE8;
}
</style>