Shades of Pattens Blue #CFDFF0
Tints of Pattens Blue #CFDFF0
RGB
CMYK
RGB Variations
Color information
#CFDFF0 (or 0xCFDFF0) is known color: Pattens Blue. HEX triplet: CF, DF and F0. RGB value is (207,223,240). Sum of RGB (Red+Green+Blue) = 207+223+240=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFF0 is #30200F. Grayscale: #DCDCDC. Windows color (decimal): -3153936 or 15785935. OLE color: 15785935.
HSL color Cylindrical-coordinate representation of color #CFDFF0: hue angle of 210.91º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDFF0 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 223 | 240 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.06 |
| HSL | 210.91º | 0.52% | 0.88% | - |
| HSV(B) | 210.91º | 0.14% | 0.94% | - |
| XYZ | 67.85 | 72.33 | 92.82 | - |
| YUV | 220.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 240 | 0.14 | 0.07 | 0 | 0.06 | 210.91 | 0.52 | 0.88 |
| Hex | CF | DF | F0 | E | 7 | 0 | 6 | D3 | 34 | 58 |
| Octal | 317 | 337 | 360 | 16 | 7 | 0 | 6 | 323 | 64 | 130 |
| Binary | 11001111 | 11011111 | 11110000 | 1110 | 111 | 0 | 110 | 11010011 | 110100 | 1011000 |
Color Harmonies of #CFDFF0
Complementary color
Monochromatic Colors of #CFDFF0
Black with #CFDFF0
Text Example
Text Example
White with #CFDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFF0; }
p { color: rgb(207,223,240); }
H1.HeaderClassName
{
color: #CFDFF0;
}
.AnyTagClassName
{
color: #CFDFF0;
}
</style>
background-color css
<style>
a { background-color: #CFDFF0; }
a { background-color: rgb(207,223,240); }
div.DivClassName
{
background-color: #CFDFF0;
}
.BgClassName
{
background-color: #CFDFF0;
}
</style>
border-color css
<style>
span { border-color: #CFDFF0; }
span { border-color: rgb(207,223,240); }
td.TdClassName
{
border-color: #CFDFF0;
}
.TagClassName
{
border-color: #CFDFF0;
}
</style>