Shades of Pattens Blue #CCEAF7
Tints of Pattens Blue #CCEAF7
RGB
CMYK
RGB Variations
Color information
#CCEAF7 (or 0xCCEAF7) is known color: Pattens Blue. HEX triplet: CC, EA and F7. RGB value is (204,234,247). Sum of RGB (Red+Green+Blue) = 204+234+247=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAF7 is #331508. Grayscale: #E2E2E2. Windows color (decimal): -3347721 or 16247500. OLE color: 16247500.
HSL color Cylindrical-coordinate representation of color #CCEAF7: hue angle of 198.14º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEAF7 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 234 | 247 | - |
CMYK | 0.17 | 0.05 | 0 | 0.03 |
HSL | 198.14º | 0.73% | 0.88% | - |
HSV(B) | 198.14º | 0.17% | 0.97% | - |
XYZ | 71.11 | 78.4 | 99.38 | - |
YUV | 226.51 | 139.56 | 111.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 247 | 0.17 | 0.05 | 0 | 0.03 | 198.14 | 0.73 | 0.88 |
Hex | CC | EA | F7 | 11 | 5 | 0 | 3 | C6 | 49 | 58 |
Octal | 314 | 352 | 367 | 21 | 5 | 0 | 3 | 306 | 111 | 130 |
Binary | 11001100 | 11101010 | 11110111 | 10001 | 101 | 0 | 11 | 11000110 | 1001001 | 1011000 |
Color Harmonies of #CCEAF7
Complementary color
Monochromatic Colors of #CCEAF7
Black with #CCEAF7
Text Example
Text Example
White with #CCEAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAF7; }
p { color: rgb(204,234,247); }
H1.HeaderClassName
{
color: #CCEAF7;
}
.AnyTagClassName
{
color: #CCEAF7;
}
</style>
background-color css
<style>
a { background-color: #CCEAF7; }
a { background-color: rgb(204,234,247); }
div.DivClassName
{
background-color: #CCEAF7;
}
.BgClassName
{
background-color: #CCEAF7;
}
</style>
border-color css
<style>
span { border-color: #CCEAF7; }
span { border-color: rgb(204,234,247); }
td.TdClassName
{
border-color: #CCEAF7;
}
.TagClassName
{
border-color: #CCEAF7;
}
</style>