Shades of Pattens Blue #CCDEF1
Tints of Pattens Blue #CCDEF1
RGB
CMYK
RGB Variations
Color information
#CCDEF1 (or 0xCCDEF1) is known color: Pattens Blue. HEX triplet: CC, DE and F1. RGB value is (204,222,241). Sum of RGB (Red+Green+Blue) = 204+222+241=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF1 is #33210E. Grayscale: #DADADA. Windows color (decimal): -3350799 or 15851212. OLE color: 15851212.
HSL color Cylindrical-coordinate representation of color #CCDEF1: hue angle of 210.81º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDEF1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 222 | 241 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.05 |
| HSL | 210.81º | 0.57% | 0.87% | - |
| HSV(B) | 210.81º | 0.15% | 0.95% | - |
| XYZ | 66.9 | 71.43 | 93.48 | - |
| YUV | 218.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 241 | 0.15 | 0.08 | 0 | 0.05 | 210.81 | 0.57 | 0.87 |
| Hex | CC | DE | F1 | F | 8 | 0 | 5 | D3 | 39 | 57 |
| Octal | 314 | 336 | 361 | 17 | 10 | 0 | 5 | 323 | 71 | 127 |
| Binary | 11001100 | 11011110 | 11110001 | 1111 | 1000 | 0 | 101 | 11010011 | 111001 | 1010111 |
Color Harmonies of #CCDEF1
Complementary color
Monochromatic Colors of #CCDEF1
Black with #CCDEF1
Text Example
Text Example
White with #CCDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF1; }
p { color: rgb(204,222,241); }
H1.HeaderClassName
{
color: #CCDEF1;
}
.AnyTagClassName
{
color: #CCDEF1;
}
</style>
background-color css
<style>
a { background-color: #CCDEF1; }
a { background-color: rgb(204,222,241); }
div.DivClassName
{
background-color: #CCDEF1;
}
.BgClassName
{
background-color: #CCDEF1;
}
</style>
border-color css
<style>
span { border-color: #CCDEF1; }
span { border-color: rgb(204,222,241); }
td.TdClassName
{
border-color: #CCDEF1;
}
.TagClassName
{
border-color: #CCDEF1;
}
</style>