Shades of Pattens Blue #CCE7FD
Tints of Pattens Blue #CCE7FD
RGB
CMYK
RGB Variations
Color information
#CCE7FD (or 0xCCE7FD) is known color: Pattens Blue. HEX triplet: CC, E7 and FD. RGB value is (204,231,253). Sum of RGB (Red+Green+Blue) = 204+231+253=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FD is #331802. Grayscale: #E1E1E1. Windows color (decimal): -3348483 or 16639948. OLE color: 16639948.
HSL color Cylindrical-coordinate representation of color #CCE7FD: hue angle of 206.94º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE7FD is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 231 | 253 | - |
CMYK | 0.19 | 0.09 | 0 | 0.01 |
HSL | 206.94º | 0.92% | 0.9% | - |
HSV(B) | 206.94º | 0.19% | 0.99% | - |
XYZ | 71.21 | 77.08 | 104.05 | - |
YUV | 225.44 | 143.55 | 112.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 231 | 253 | 0.19 | 0.09 | 0 | 0.01 | 206.94 | 0.92 | 0.9 |
Hex | CC | E7 | FD | 13 | 9 | 0 | 1 | CF | 5C | 5A |
Octal | 314 | 347 | 375 | 23 | 11 | 0 | 1 | 317 | 134 | 132 |
Binary | 11001100 | 11100111 | 11111101 | 10011 | 1001 | 0 | 1 | 11001111 | 1011100 | 1011010 |
Color Harmonies of #CCE7FD
Complementary color
Monochromatic Colors of #CCE7FD
Black with #CCE7FD
Text Example
Text Example
White with #CCE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7FD; }
p { color: rgb(204,231,253); }
H1.HeaderClassName
{
color: #CCE7FD;
}
.AnyTagClassName
{
color: #CCE7FD;
}
</style>
background-color css
<style>
a { background-color: #CCE7FD; }
a { background-color: rgb(204,231,253); }
div.DivClassName
{
background-color: #CCE7FD;
}
.BgClassName
{
background-color: #CCE7FD;
}
</style>
border-color css
<style>
span { border-color: #CCE7FD; }
span { border-color: rgb(204,231,253); }
td.TdClassName
{
border-color: #CCE7FD;
}
.TagClassName
{
border-color: #CCE7FD;
}
</style>