Shades of Pattens Blue #CADCEA
Tints of Pattens Blue #CADCEA
RGB
CMYK
RGB Variations
Color information
#CADCEA (or 0xCADCEA) is known color: Pattens Blue. HEX triplet: CA, DC and EA. RGB value is (202,220,234). Sum of RGB (Red+Green+Blue) = 202+220+234=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #CADCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCEA is #352315. Grayscale: #D8D8D8. Windows color (decimal): -3482390 or 15391946. OLE color: 15391946.
HSL color Cylindrical-coordinate representation of color #CADCEA: hue angle of 206.25º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADCEA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 220 | 234 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.08 |
| HSL | 206.25º | 0.43% | 0.85% | - |
| HSV(B) | 206.25º | 0.14% | 0.92% | - |
| XYZ | 64.8 | 69.68 | 87.88 | - |
| YUV | 216.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 234 | 0.14 | 0.06 | 0 | 0.08 | 206.25 | 0.43 | 0.85 |
| Hex | CA | DC | EA | E | 6 | 0 | 8 | CE | 2B | 55 |
| Octal | 312 | 334 | 352 | 16 | 6 | 0 | 10 | 316 | 53 | 125 |
| Binary | 11001010 | 11011100 | 11101010 | 1110 | 110 | 0 | 1000 | 11001110 | 101011 | 1010101 |
Color Harmonies of #CADCEA
Complementary color
Monochromatic Colors of #CADCEA
Black with #CADCEA
Text Example
Text Example
White with #CADCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCEA; }
p { color: rgb(202,220,234); }
H1.HeaderClassName
{
color: #CADCEA;
}
.AnyTagClassName
{
color: #CADCEA;
}
</style>
background-color css
<style>
a { background-color: #CADCEA; }
a { background-color: rgb(202,220,234); }
div.DivClassName
{
background-color: #CADCEA;
}
.BgClassName
{
background-color: #CADCEA;
}
</style>
border-color css
<style>
span { border-color: #CADCEA; }
span { border-color: rgb(202,220,234); }
td.TdClassName
{
border-color: #CADCEA;
}
.TagClassName
{
border-color: #CADCEA;
}
</style>