Shades of Pattens Blue #CFDBE7
Tints of Pattens Blue #CFDBE7
RGB
CMYK
RGB Variations
Color information
#CFDBE7 (or 0xCFDBE7) is known color: Pattens Blue. HEX triplet: CF, DB and E7. RGB value is (207,219,231). Sum of RGB (Red+Green+Blue) = 207+219+231=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBE7 is #302418. Grayscale: #D8D8D8. Windows color (decimal): -3154969 or 15195087. OLE color: 15195087.
HSL color Cylindrical-coordinate representation of color #CFDBE7: hue angle of 210º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDBE7 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 219 | 231 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.09 |
| HSL | 210º | 0.33% | 0.86% | - |
| HSV(B) | 210º | 0.1% | 0.91% | - |
| XYZ | 65.49 | 69.7 | 85.6 | - |
| YUV | 216.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 231 | 0.10 | 0.05 | 0 | 0.09 | 210 | 0.33 | 0.86 |
| Hex | CF | DB | E7 | A | 5 | 0 | 9 | D2 | 21 | 56 |
| Octal | 317 | 333 | 347 | 12 | 5 | 0 | 11 | 322 | 41 | 126 |
| Binary | 11001111 | 11011011 | 11100111 | 1010 | 101 | 0 | 1001 | 11010010 | 100001 | 1010110 |
Color Harmonies of #CFDBE7
Complementary color
Monochromatic Colors of #CFDBE7
Black with #CFDBE7
Text Example
Text Example
White with #CFDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBE7; }
p { color: rgb(207,219,231); }
H1.HeaderClassName
{
color: #CFDBE7;
}
.AnyTagClassName
{
color: #CFDBE7;
}
</style>
background-color css
<style>
a { background-color: #CFDBE7; }
a { background-color: rgb(207,219,231); }
div.DivClassName
{
background-color: #CFDBE7;
}
.BgClassName
{
background-color: #CFDBE7;
}
</style>
border-color css
<style>
span { border-color: #CFDBE7; }
span { border-color: rgb(207,219,231); }
td.TdClassName
{
border-color: #CFDBE7;
}
.TagClassName
{
border-color: #CFDBE7;
}
</style>