Shades of Pattens Blue #CADAE2
Tints of Pattens Blue #CADAE2
RGB
CMYK
RGB Variations
Color information
#CADAE2 (or 0xCADAE2) is known color: Pattens Blue. HEX triplet: CA, DA and E2. RGB value is (202,218,226). Sum of RGB (Red+Green+Blue) = 202+218+226=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #CADAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADAE2 is #35251D. Grayscale: #D6D6D6. Windows color (decimal): -3482910 or 14867146. OLE color: 14867146.
HSL color Cylindrical-coordinate representation of color #CADAE2: hue angle of 200º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CADAE2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 218 | 226 | - |
CMYK | 0.11 | 0.04 | 0 | 0.11 |
HSL | 200º | 0.29% | 0.84% | - |
HSV(B) | 200º | 0.11% | 0.89% | - |
XYZ | 63.16 | 68.19 | 81.78 | - |
YUV | 214.13 | 134.7 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 226 | 0.11 | 0.04 | 0 | 0.11 | 200 | 0.29 | 0.84 |
Hex | CA | DA | E2 | B | 4 | 0 | B | C8 | 1D | 54 |
Octal | 312 | 332 | 342 | 13 | 4 | 0 | 13 | 310 | 35 | 124 |
Binary | 11001010 | 11011010 | 11100010 | 1011 | 100 | 0 | 1011 | 11001000 | 11101 | 1010100 |
Color Harmonies of #CADAE2
Complementary color
Monochromatic Colors of #CADAE2
Black with #CADAE2
Text Example
Text Example
White with #CADAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAE2; }
p { color: rgb(202,218,226); }
H1.HeaderClassName
{
color: #CADAE2;
}
.AnyTagClassName
{
color: #CADAE2;
}
</style>
background-color css
<style>
a { background-color: #CADAE2; }
a { background-color: rgb(202,218,226); }
div.DivClassName
{
background-color: #CADAE2;
}
.BgClassName
{
background-color: #CADAE2;
}
</style>
border-color css
<style>
span { border-color: #CADAE2; }
span { border-color: rgb(202,218,226); }
td.TdClassName
{
border-color: #CADAE2;
}
.TagClassName
{
border-color: #CADAE2;
}
</style>