Shades of Pattens Blue #CADDEF
Tints of Pattens Blue #CADDEF
RGB
CMYK
RGB Variations
Color information
#CADDEF (or 0xCADDEF) is known color: Pattens Blue. HEX triplet: CA, DD and EF. RGB value is (202,221,239). Sum of RGB (Red+Green+Blue) = 202+221+239=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #CADDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDEF is #352210. Grayscale: #D9D9D9. Windows color (decimal): -3482129 or 15719882. OLE color: 15719882.
HSL color Cylindrical-coordinate representation of color #CADDEF: hue angle of 209.19º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADDEF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 221 | 239 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.06 |
| HSL | 209.19º | 0.54% | 0.86% | - |
| HSV(B) | 209.19º | 0.15% | 0.94% | - |
| XYZ | 65.79 | 70.5 | 91.8 | - |
| YUV | 217.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 239 | 0.15 | 0.08 | 0 | 0.06 | 209.19 | 0.54 | 0.86 |
| Hex | CA | DD | EF | F | 8 | 0 | 6 | D1 | 36 | 56 |
| Octal | 312 | 335 | 357 | 17 | 10 | 0 | 6 | 321 | 66 | 126 |
| Binary | 11001010 | 11011101 | 11101111 | 1111 | 1000 | 0 | 110 | 11010001 | 110110 | 1010110 |
Color Harmonies of #CADDEF
Complementary color
Monochromatic Colors of #CADDEF
Black with #CADDEF
Text Example
Text Example
White with #CADDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDEF; }
p { color: rgb(202,221,239); }
H1.HeaderClassName
{
color: #CADDEF;
}
.AnyTagClassName
{
color: #CADDEF;
}
</style>
background-color css
<style>
a { background-color: #CADDEF; }
a { background-color: rgb(202,221,239); }
div.DivClassName
{
background-color: #CADDEF;
}
.BgClassName
{
background-color: #CADDEF;
}
</style>
border-color css
<style>
span { border-color: #CADDEF; }
span { border-color: rgb(202,221,239); }
td.TdClassName
{
border-color: #CADDEF;
}
.TagClassName
{
border-color: #CADDEF;
}
</style>