Shades of Pattens Blue #CFDBE2
Tints of Pattens Blue #CFDBE2
RGB
CMYK
RGB Variations
Color information
#CFDBE2 (or 0xCFDBE2) is known color: Pattens Blue. HEX triplet: CF, DB and E2. RGB value is (207,219,226). Sum of RGB (Red+Green+Blue) = 207+219+226=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFDBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBE2 is #30241D. Grayscale: #D8D8D8. Windows color (decimal): -3154974 or 14867407. OLE color: 14867407.
HSL color Cylindrical-coordinate representation of color #CFDBE2: hue angle of 202.11º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDBE2 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 219 | 226 | - |
CMYK | 0.08 | 0.03 | 0 | 0.11 |
HSL | 202.11º | 0.25% | 0.85% | - |
HSV(B) | 202.11º | 0.08% | 0.89% | - |
XYZ | 64.79 | 69.42 | 81.94 | - |
YUV | 216.21 | 133.52 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 219 | 226 | 0.08 | 0.03 | 0 | 0.11 | 202.11 | 0.25 | 0.85 |
Hex | CF | DB | E2 | 8 | 3 | 0 | B | CA | 19 | 55 |
Octal | 317 | 333 | 342 | 10 | 3 | 0 | 13 | 312 | 31 | 125 |
Binary | 11001111 | 11011011 | 11100010 | 1000 | 11 | 0 | 1011 | 11001010 | 11001 | 1010101 |
Color Harmonies of #CFDBE2
Complementary color
Monochromatic Colors of #CFDBE2
Black with #CFDBE2
Text Example
Text Example
White with #CFDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBE2; }
p { color: rgb(207,219,226); }
H1.HeaderClassName
{
color: #CFDBE2;
}
.AnyTagClassName
{
color: #CFDBE2;
}
</style>
background-color css
<style>
a { background-color: #CFDBE2; }
a { background-color: rgb(207,219,226); }
div.DivClassName
{
background-color: #CFDBE2;
}
.BgClassName
{
background-color: #CFDBE2;
}
</style>
border-color css
<style>
span { border-color: #CFDBE2; }
span { border-color: rgb(207,219,226); }
td.TdClassName
{
border-color: #CFDBE2;
}
.TagClassName
{
border-color: #CFDBE2;
}
</style>