Shades of Pattens Blue #CADCE6
Tints of Pattens Blue #CADCE6
RGB
CMYK
RGB Variations
Color information
#CADCE6 (or 0xCADCE6) is known color: Pattens Blue. HEX triplet: CA, DC and E6. RGB value is (202,220,230). Sum of RGB (Red+Green+Blue) = 202+220+230=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #CADCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCE6 is #352319. Grayscale: #D7D7D7. Windows color (decimal): -3482394 or 15129802. OLE color: 15129802.
HSL color Cylindrical-coordinate representation of color #CADCE6: hue angle of 201.43º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CADCE6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 220 | 230 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.10 |
| HSL | 201.43º | 0.36% | 0.85% | - |
| HSV(B) | 201.43º | 0.12% | 0.9% | - |
| XYZ | 64.23 | 69.46 | 84.88 | - |
| YUV | 215.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 230 | 0.12 | 0.04 | 0 | 0.10 | 201.43 | 0.36 | 0.85 |
| Hex | CA | DC | E6 | C | 4 | 0 | A | C9 | 24 | 55 |
| Octal | 312 | 334 | 346 | 14 | 4 | 0 | 12 | 311 | 44 | 125 |
| Binary | 11001010 | 11011100 | 11100110 | 1100 | 100 | 0 | 1010 | 11001001 | 100100 | 1010101 |
Color Harmonies of #CADCE6
Complementary color
Monochromatic Colors of #CADCE6
Black with #CADCE6
Text Example
Text Example
White with #CADCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCE6; }
p { color: rgb(202,220,230); }
H1.HeaderClassName
{
color: #CADCE6;
}
.AnyTagClassName
{
color: #CADCE6;
}
</style>
background-color css
<style>
a { background-color: #CADCE6; }
a { background-color: rgb(202,220,230); }
div.DivClassName
{
background-color: #CADCE6;
}
.BgClassName
{
background-color: #CADCE6;
}
</style>
border-color css
<style>
span { border-color: #CADCE6; }
span { border-color: rgb(202,220,230); }
td.TdClassName
{
border-color: #CADCE6;
}
.TagClassName
{
border-color: #CADCE6;
}
</style>