Shades of Pattens Blue #CADDEE
Tints of Pattens Blue #CADDEE
RGB
CMYK
RGB Variations
Color information
#CADDEE (or 0xCADDEE) is known color: Pattens Blue. HEX triplet: CA, DD and EE. RGB value is (202,221,238). Sum of RGB (Red+Green+Blue) = 202+221+238=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #CADDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDEE is #352211. Grayscale: #D9D9D9. Windows color (decimal): -3482130 or 15654346. OLE color: 15654346.
HSL color Cylindrical-coordinate representation of color #CADDEE: hue angle of 208.33º degrees, saturation: 0.51, 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 #CADDEE is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 221 | 238 | - |
CMYK | 0.15 | 0.07 | 0 | 0.07 |
HSL | 208.33º | 0.51% | 0.86% | - |
HSV(B) | 208.33º | 0.15% | 0.93% | - |
XYZ | 65.65 | 70.44 | 91.03 | - |
YUV | 217.26 | 139.71 | 117.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 238 | 0.15 | 0.07 | 0 | 0.07 | 208.33 | 0.51 | 0.86 |
Hex | CA | DD | EE | F | 7 | 0 | 7 | D0 | 33 | 56 |
Octal | 312 | 335 | 356 | 17 | 7 | 0 | 7 | 320 | 63 | 126 |
Binary | 11001010 | 11011101 | 11101110 | 1111 | 111 | 0 | 111 | 11010000 | 110011 | 1010110 |
Color Harmonies of #CADDEE
Complementary color
Monochromatic Colors of #CADDEE
Black with #CADDEE
Text Example
Text Example
White with #CADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDEE; }
p { color: rgb(202,221,238); }
H1.HeaderClassName
{
color: #CADDEE;
}
.AnyTagClassName
{
color: #CADDEE;
}
</style>
background-color css
<style>
a { background-color: #CADDEE; }
a { background-color: rgb(202,221,238); }
div.DivClassName
{
background-color: #CADDEE;
}
.BgClassName
{
background-color: #CADDEE;
}
</style>
border-color css
<style>
span { border-color: #CADDEE; }
span { border-color: rgb(202,221,238); }
td.TdClassName
{
border-color: #CADDEE;
}
.TagClassName
{
border-color: #CADDEE;
}
</style>