Shades of Pattens Blue #CADBE2
Tints of Pattens Blue #CADBE2
RGB
CMYK
RGB Variations
Color information
#CADBE2 (or 0xCADBE2) is known color: Pattens Blue. HEX triplet: CA, DB and E2. RGB value is (202,219,226). Sum of RGB (Red+Green+Blue) = 202+219+226=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 226 - color contains mainly: blue. Hex color #CADBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADBE2 is #35241D. Grayscale: #D6D6D6. Windows color (decimal): -3482654 or 14867402. OLE color: 14867402.
HSL color Cylindrical-coordinate representation of color #CADBE2: hue angle of 197.5º 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 #CADBE2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 219 | 226 | - |
CMYK | 0.11 | 0.03 | 0 | 0.11 |
HSL | 197.5º | 0.29% | 0.84% | - |
HSV(B) | 197.5º | 0.11% | 0.89% | - |
XYZ | 63.42 | 68.71 | 81.87 | - |
YUV | 214.72 | 134.37 | 118.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 226 | 0.11 | 0.03 | 0 | 0.11 | 197.5 | 0.29 | 0.84 |
Hex | CA | DB | E2 | B | 3 | 0 | B | C6 | 1D | 54 |
Octal | 312 | 333 | 342 | 13 | 3 | 0 | 13 | 306 | 35 | 124 |
Binary | 11001010 | 11011011 | 11100010 | 1011 | 11 | 0 | 1011 | 11000110 | 11101 | 1010100 |
Color Harmonies of #CADBE2
Complementary color
Monochromatic Colors of #CADBE2
Black with #CADBE2
Text Example
Text Example
White with #CADBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBE2; }
p { color: rgb(202,219,226); }
H1.HeaderClassName
{
color: #CADBE2;
}
.AnyTagClassName
{
color: #CADBE2;
}
</style>
background-color css
<style>
a { background-color: #CADBE2; }
a { background-color: rgb(202,219,226); }
div.DivClassName
{
background-color: #CADBE2;
}
.BgClassName
{
background-color: #CADBE2;
}
</style>
border-color css
<style>
span { border-color: #CADBE2; }
span { border-color: rgb(202,219,226); }
td.TdClassName
{
border-color: #CADBE2;
}
.TagClassName
{
border-color: #CADBE2;
}
</style>