Shades of Pattens Blue #CCE5FD
Tints of Pattens Blue #CCE5FD
RGB
CMYK
RGB Variations
Color information
#CCE5FD (or 0xCCE5FD) is known color: Pattens Blue. HEX triplet: CC, E5 and FD. RGB value is (204,229,253). Sum of RGB (Red+Green+Blue) = 204+229+253=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5FD is #331A02. Grayscale: #E0E0E0. Windows color (decimal): -3348995 or 16639436. OLE color: 16639436.
HSL color Cylindrical-coordinate representation of color #CCE5FD: hue angle of 209.39º 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 #CCE5FD is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 229 | 253 | - |
CMYK | 0.19 | 0.09 | 0 | 0.01 |
HSL | 209.39º | 0.92% | 0.9% | - |
HSV(B) | 209.39º | 0.19% | 0.99% | - |
XYZ | 70.65 | 75.97 | 103.87 | - |
YUV | 224.26 | 144.22 | 113.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 253 | 0.19 | 0.09 | 0 | 0.01 | 209.39 | 0.92 | 0.9 |
Hex | CC | E5 | FD | 13 | 9 | 0 | 1 | D1 | 5C | 5A |
Octal | 314 | 345 | 375 | 23 | 11 | 0 | 1 | 321 | 134 | 132 |
Binary | 11001100 | 11100101 | 11111101 | 10011 | 1001 | 0 | 1 | 11010001 | 1011100 | 1011010 |
Color Harmonies of #CCE5FD
Complementary color
Monochromatic Colors of #CCE5FD
Black with #CCE5FD
Text Example
Text Example
White with #CCE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5FD; }
p { color: rgb(204,229,253); }
H1.HeaderClassName
{
color: #CCE5FD;
}
.AnyTagClassName
{
color: #CCE5FD;
}
</style>
background-color css
<style>
a { background-color: #CCE5FD; }
a { background-color: rgb(204,229,253); }
div.DivClassName
{
background-color: #CCE5FD;
}
.BgClassName
{
background-color: #CCE5FD;
}
</style>
border-color css
<style>
span { border-color: #CCE5FD; }
span { border-color: rgb(204,229,253); }
td.TdClassName
{
border-color: #CCE5FD;
}
.TagClassName
{
border-color: #CCE5FD;
}
</style>