Shades of Pattens Blue #CAD8E0
Tints of Pattens Blue #CAD8E0
RGB
CMYK
RGB Variations
Color information
#CAD8E0 (or 0xCAD8E0) is known color: Pattens Blue. HEX triplet: CA, D8 and E0. RGB value is (202,216,224). Sum of RGB (Red+Green+Blue) = 202+216+224=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAD8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8E0 is #35271F. Grayscale: #D4D4D4. Windows color (decimal): -3483424 or 14735562. OLE color: 14735562.
HSL color Cylindrical-coordinate representation of color #CAD8E0: hue angle of 201.82º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD8E0 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 216 | 224 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.12 |
| HSL | 201.82º | 0.26% | 0.84% | - |
| HSV(B) | 201.82º | 0.1% | 0.88% | - |
| XYZ | 62.37 | 67.05 | 80.18 | - |
| YUV | 212.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 216 | 224 | 0.10 | 0.04 | 0 | 0.12 | 201.82 | 0.26 | 0.84 |
| Hex | CA | D8 | E0 | A | 4 | 0 | C | CA | 1A | 54 |
| Octal | 312 | 330 | 340 | 12 | 4 | 0 | 14 | 312 | 32 | 124 |
| Binary | 11001010 | 11011000 | 11100000 | 1010 | 100 | 0 | 1100 | 11001010 | 11010 | 1010100 |
Color Harmonies of #CAD8E0
Complementary color
Monochromatic Colors of #CAD8E0
Black with #CAD8E0
Text Example
Text Example
White with #CAD8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8E0; }
p { color: rgb(202,216,224); }
H1.HeaderClassName
{
color: #CAD8E0;
}
.AnyTagClassName
{
color: #CAD8E0;
}
</style>
background-color css
<style>
a { background-color: #CAD8E0; }
a { background-color: rgb(202,216,224); }
div.DivClassName
{
background-color: #CAD8E0;
}
.BgClassName
{
background-color: #CAD8E0;
}
</style>
border-color css
<style>
span { border-color: #CAD8E0; }
span { border-color: rgb(202,216,224); }
td.TdClassName
{
border-color: #CAD8E0;
}
.TagClassName
{
border-color: #CAD8E0;
}
</style>