Shades of Pattens Blue #CADCE7
Tints of Pattens Blue #CADCE7
RGB
CMYK
RGB Variations
Color information
#CADCE7 (or 0xCADCE7) is known color: Pattens Blue. HEX triplet: CA, DC and E7. RGB value is (202,220,231). Sum of RGB (Red+Green+Blue) = 202+220+231=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #CADCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCE7 is #352318. Grayscale: #D7D7D7. Windows color (decimal): -3482393 or 15195338. OLE color: 15195338.
HSL color Cylindrical-coordinate representation of color #CADCE7: hue angle of 202.76º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADCE7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 220 | 231 | - |
CMYK | 0.13 | 0.05 | 0 | 0.09 |
HSL | 202.76º | 0.38% | 0.85% | - |
HSV(B) | 202.76º | 0.13% | 0.91% | - |
XYZ | 64.37 | 69.51 | 85.63 | - |
YUV | 215.87 | 136.54 | 118.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 231 | 0.13 | 0.05 | 0 | 0.09 | 202.76 | 0.38 | 0.85 |
Hex | CA | DC | E7 | D | 5 | 0 | 9 | CB | 26 | 55 |
Octal | 312 | 334 | 347 | 15 | 5 | 0 | 11 | 313 | 46 | 125 |
Binary | 11001010 | 11011100 | 11100111 | 1101 | 101 | 0 | 1001 | 11001011 | 100110 | 1010101 |
Color Harmonies of #CADCE7
Complementary color
Monochromatic Colors of #CADCE7
Black with #CADCE7
Text Example
Text Example
White with #CADCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCE7; }
p { color: rgb(202,220,231); }
H1.HeaderClassName
{
color: #CADCE7;
}
.AnyTagClassName
{
color: #CADCE7;
}
</style>
background-color css
<style>
a { background-color: #CADCE7; }
a { background-color: rgb(202,220,231); }
div.DivClassName
{
background-color: #CADCE7;
}
.BgClassName
{
background-color: #CADCE7;
}
</style>
border-color css
<style>
span { border-color: #CADCE7; }
span { border-color: rgb(202,220,231); }
td.TdClassName
{
border-color: #CADCE7;
}
.TagClassName
{
border-color: #CADCE7;
}
</style>