Shades of Pattens Blue #CFDDE4
Tints of Pattens Blue #CFDDE4
RGB
CMYK
RGB Variations
Color information
#CFDDE4 (or 0xCFDDE4) is known color: Pattens Blue. HEX triplet: CF, DD and E4. RGB value is (207,221,228). Sum of RGB (Red+Green+Blue) = 207+221+228=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #CFDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDE4 is #30221B. Grayscale: #D9D9D9. Windows color (decimal): -3154460 or 14998991. OLE color: 14998991.
HSL color Cylindrical-coordinate representation of color #CFDDE4: hue angle of 200º degrees, saturation: 0.28, 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 #CFDDE4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 221 | 228 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.11 |
| HSL | 200º | 0.28% | 0.85% | - |
| HSV(B) | 200º | 0.09% | 0.89% | - |
| XYZ | 65.59 | 70.58 | 83.56 | - |
| YUV | 217.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 228 | 0.09 | 0.03 | 0 | 0.11 | 200 | 0.28 | 0.85 |
| Hex | CF | DD | E4 | 9 | 3 | 0 | B | C8 | 1C | 55 |
| Octal | 317 | 335 | 344 | 11 | 3 | 0 | 13 | 310 | 34 | 125 |
| Binary | 11001111 | 11011101 | 11100100 | 1001 | 11 | 0 | 1011 | 11001000 | 11100 | 1010101 |
Color Harmonies of #CFDDE4
Complementary color
Monochromatic Colors of #CFDDE4
Black with #CFDDE4
Text Example
Text Example
White with #CFDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDE4; }
p { color: rgb(207,221,228); }
H1.HeaderClassName
{
color: #CFDDE4;
}
.AnyTagClassName
{
color: #CFDDE4;
}
</style>
background-color css
<style>
a { background-color: #CFDDE4; }
a { background-color: rgb(207,221,228); }
div.DivClassName
{
background-color: #CFDDE4;
}
.BgClassName
{
background-color: #CFDDE4;
}
</style>
border-color css
<style>
span { border-color: #CFDDE4; }
span { border-color: rgb(207,221,228); }
td.TdClassName
{
border-color: #CFDDE4;
}
.TagClassName
{
border-color: #CFDDE4;
}
</style>