Shades of Pattens Blue #CFDBE3
Tints of Pattens Blue #CFDBE3
RGB
CMYK
RGB Variations
Color information
#CFDBE3 (or 0xCFDBE3) is known color: Pattens Blue. HEX triplet: CF, DB and E3. RGB value is (207,219,227). Sum of RGB (Red+Green+Blue) = 207+219+227=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBE3 is #30241C. Grayscale: #D8D8D8. Windows color (decimal): -3154973 or 14932943. OLE color: 14932943.
HSL color Cylindrical-coordinate representation of color #CFDBE3: hue angle of 204º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDBE3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 219 | 227 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.11 |
| HSL | 204º | 0.26% | 0.85% | - |
| HSV(B) | 204º | 0.09% | 0.89% | - |
| XYZ | 64.93 | 69.47 | 82.66 | - |
| YUV | 216.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 227 | 0.09 | 0.04 | 0 | 0.11 | 204 | 0.26 | 0.85 |
| Hex | CF | DB | E3 | 9 | 4 | 0 | B | CC | 1A | 55 |
| Octal | 317 | 333 | 343 | 11 | 4 | 0 | 13 | 314 | 32 | 125 |
| Binary | 11001111 | 11011011 | 11100011 | 1001 | 100 | 0 | 1011 | 11001100 | 11010 | 1010101 |
Color Harmonies of #CFDBE3
Complementary color
Monochromatic Colors of #CFDBE3
Black with #CFDBE3
Text Example
Text Example
White with #CFDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBE3; }
p { color: rgb(207,219,227); }
H1.HeaderClassName
{
color: #CFDBE3;
}
.AnyTagClassName
{
color: #CFDBE3;
}
</style>
background-color css
<style>
a { background-color: #CFDBE3; }
a { background-color: rgb(207,219,227); }
div.DivClassName
{
background-color: #CFDBE3;
}
.BgClassName
{
background-color: #CFDBE3;
}
</style>
border-color css
<style>
span { border-color: #CFDBE3; }
span { border-color: rgb(207,219,227); }
td.TdClassName
{
border-color: #CFDBE3;
}
.TagClassName
{
border-color: #CFDBE3;
}
</style>