Shades of Pattens Blue #CADDED
Tints of Pattens Blue #CADDED
RGB
CMYK
RGB Variations
Color information
#CADDED (or 0xCADDED) is known color: Pattens Blue. HEX triplet: CA, DD and ED. RGB value is (202,221,237). Sum of RGB (Red+Green+Blue) = 202+221+237=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #CADDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDED is #352212. Grayscale: #D9D9D9. Windows color (decimal): -3482131 or 15588810. OLE color: 15588810.
HSL color Cylindrical-coordinate representation of color #CADDED: hue angle of 207.43º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADDED is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 221 | 237 | - |
CMYK | 0.15 | 0.07 | 0 | 0.07 |
HSL | 207.43º | 0.49% | 0.86% | - |
HSV(B) | 207.43º | 0.15% | 0.93% | - |
XYZ | 65.5 | 70.38 | 90.25 | - |
YUV | 217.14 | 139.21 | 117.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 237 | 0.15 | 0.07 | 0 | 0.07 | 207.43 | 0.49 | 0.86 |
Hex | CA | DD | ED | F | 7 | 0 | 7 | CF | 31 | 56 |
Octal | 312 | 335 | 355 | 17 | 7 | 0 | 7 | 317 | 61 | 126 |
Binary | 11001010 | 11011101 | 11101101 | 1111 | 111 | 0 | 111 | 11001111 | 110001 | 1010110 |
Color Harmonies of #CADDED
Complementary color
Monochromatic Colors of #CADDED
Black with #CADDED
Text Example
Text Example
White with #CADDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDED; }
p { color: rgb(202,221,237); }
H1.HeaderClassName
{
color: #CADDED;
}
.AnyTagClassName
{
color: #CADDED;
}
</style>
background-color css
<style>
a { background-color: #CADDED; }
a { background-color: rgb(202,221,237); }
div.DivClassName
{
background-color: #CADDED;
}
.BgClassName
{
background-color: #CADDED;
}
</style>
border-color css
<style>
span { border-color: #CADDED; }
span { border-color: rgb(202,221,237); }
td.TdClassName
{
border-color: #CADDED;
}
.TagClassName
{
border-color: #CADDED;
}
</style>