Shades of Pattens Blue #CCDBE8
Tints of Pattens Blue #CCDBE8
RGB
CMYK
RGB Variations
Color information
#CCDBE8 (or 0xCCDBE8) is known color: Pattens Blue. HEX triplet: CC, DB and E8. RGB value is (204,219,232). Sum of RGB (Red+Green+Blue) = 204+219+232=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBE8 is #332417. Grayscale: #D7D7D7. Windows color (decimal): -3351576 or 15260620. OLE color: 15260620.
HSL color Cylindrical-coordinate representation of color #CCDBE8: hue angle of 207.86º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDBE8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 219 | 232 | - |
CMYK | 0.12 | 0.06 | 0 | 0.09 |
HSL | 207.86º | 0.38% | 0.85% | - |
HSV(B) | 207.86º | 0.12% | 0.91% | - |
XYZ | 64.8 | 69.33 | 86.31 | - |
YUV | 216 | 137.03 | 119.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 232 | 0.12 | 0.06 | 0 | 0.09 | 207.86 | 0.38 | 0.85 |
Hex | CC | DB | E8 | C | 6 | 0 | 9 | D0 | 26 | 55 |
Octal | 314 | 333 | 350 | 14 | 6 | 0 | 11 | 320 | 46 | 125 |
Binary | 11001100 | 11011011 | 11101000 | 1100 | 110 | 0 | 1001 | 11010000 | 100110 | 1010101 |
Color Harmonies of #CCDBE8
Complementary color
Monochromatic Colors of #CCDBE8
Black with #CCDBE8
Text Example
Text Example
White with #CCDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBE8; }
p { color: rgb(204,219,232); }
H1.HeaderClassName
{
color: #CCDBE8;
}
.AnyTagClassName
{
color: #CCDBE8;
}
</style>
background-color css
<style>
a { background-color: #CCDBE8; }
a { background-color: rgb(204,219,232); }
div.DivClassName
{
background-color: #CCDBE8;
}
.BgClassName
{
background-color: #CCDBE8;
}
</style>
border-color css
<style>
span { border-color: #CCDBE8; }
span { border-color: rgb(204,219,232); }
td.TdClassName
{
border-color: #CCDBE8;
}
.TagClassName
{
border-color: #CCDBE8;
}
</style>