Shades of Pattens Blue #CFDDE5
Tints of Pattens Blue #CFDDE5
RGB
CMYK
RGB Variations
Color information
#CFDDE5 (or 0xCFDDE5) is known color: Pattens Blue. HEX triplet: CF, DD and E5. RGB value is (207,221,229). Sum of RGB (Red+Green+Blue) = 207+221+229=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDE5 is #30221A. Grayscale: #D9D9D9. Windows color (decimal): -3154459 or 15064527. OLE color: 15064527.
HSL color Cylindrical-coordinate representation of color #CFDDE5: hue angle of 201.82º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDDE5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 221 | 229 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.10 |
| HSL | 201.82º | 0.3% | 0.85% | - |
| HSV(B) | 201.82º | 0.1% | 0.9% | - |
| XYZ | 65.73 | 70.64 | 84.3 | - |
| YUV | 217.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 229 | 0.10 | 0.03 | 0 | 0.10 | 201.82 | 0.3 | 0.85 |
| Hex | CF | DD | E5 | A | 3 | 0 | A | CA | 1E | 55 |
| Octal | 317 | 335 | 345 | 12 | 3 | 0 | 12 | 312 | 36 | 125 |
| Binary | 11001111 | 11011101 | 11100101 | 1010 | 11 | 0 | 1010 | 11001010 | 11110 | 1010101 |
Color Harmonies of #CFDDE5
Complementary color
Monochromatic Colors of #CFDDE5
Black with #CFDDE5
Text Example
Text Example
White with #CFDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDE5; }
p { color: rgb(207,221,229); }
H1.HeaderClassName
{
color: #CFDDE5;
}
.AnyTagClassName
{
color: #CFDDE5;
}
</style>
background-color css
<style>
a { background-color: #CFDDE5; }
a { background-color: rgb(207,221,229); }
div.DivClassName
{
background-color: #CFDDE5;
}
.BgClassName
{
background-color: #CFDDE5;
}
</style>
border-color css
<style>
span { border-color: #CFDDE5; }
span { border-color: rgb(207,221,229); }
td.TdClassName
{
border-color: #CFDDE5;
}
.TagClassName
{
border-color: #CFDDE5;
}
</style>