Shades of Pattens Blue #CADEF2
Tints of Pattens Blue #CADEF2
RGB
CMYK
RGB Variations
Color information
#CADEF2 (or 0xCADEF2) is known color: Pattens Blue. HEX triplet: CA, DE and F2. RGB value is (202,222,242). Sum of RGB (Red+Green+Blue) = 202+222+242=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #CADEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEF2 is #35210D. Grayscale: #DADADA. Windows color (decimal): -3481870 or 15916746. OLE color: 15916746.
HSL color Cylindrical-coordinate representation of color #CADEF2: hue angle of 210º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADEF2 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 222 | 242 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.05 |
| HSL | 210º | 0.61% | 0.87% | - |
| HSV(B) | 210º | 0.17% | 0.95% | - |
| XYZ | 66.51 | 71.21 | 94.24 | - |
| YUV | 218.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 242 | 0.17 | 0.08 | 0 | 0.05 | 210 | 0.61 | 0.87 |
| Hex | CA | DE | F2 | 11 | 8 | 0 | 5 | D2 | 3D | 57 |
| Octal | 312 | 336 | 362 | 21 | 10 | 0 | 5 | 322 | 75 | 127 |
| Binary | 11001010 | 11011110 | 11110010 | 10001 | 1000 | 0 | 101 | 11010010 | 111101 | 1010111 |
Color Harmonies of #CADEF2
Complementary color
Monochromatic Colors of #CADEF2
Black with #CADEF2
Text Example
Text Example
White with #CADEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEF2; }
p { color: rgb(202,222,242); }
H1.HeaderClassName
{
color: #CADEF2;
}
.AnyTagClassName
{
color: #CADEF2;
}
</style>
background-color css
<style>
a { background-color: #CADEF2; }
a { background-color: rgb(202,222,242); }
div.DivClassName
{
background-color: #CADEF2;
}
.BgClassName
{
background-color: #CADEF2;
}
</style>
border-color css
<style>
span { border-color: #CADEF2; }
span { border-color: rgb(202,222,242); }
td.TdClassName
{
border-color: #CADEF2;
}
.TagClassName
{
border-color: #CADEF2;
}
</style>