Shades of Pattens Blue #CADCEB
Tints of Pattens Blue #CADCEB
RGB
CMYK
RGB Variations
Color information
#CADCEB (or 0xCADCEB) is known color: Pattens Blue. HEX triplet: CA, DC and EB. RGB value is (202,220,235). Sum of RGB (Red+Green+Blue) = 202+220+235=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #CADCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCEB is #352314. Grayscale: #D8D8D8. Windows color (decimal): -3482389 or 15457482. OLE color: 15457482.
HSL color Cylindrical-coordinate representation of color #CADCEB: hue angle of 207.27º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADCEB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 202 | 220 | 235 | - |
CMYK | 0.14 | 0.06 | 0 | 0.08 |
HSL | 207.27º | 0.45% | 0.86% | - |
HSV(B) | 207.27º | 0.14% | 0.92% | - |
XYZ | 64.95 | 69.74 | 88.64 | - |
YUV | 216.33 | 138.54 | 117.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 235 | 0.14 | 0.06 | 0 | 0.08 | 207.27 | 0.45 | 0.86 |
Hex | CA | DC | EB | E | 6 | 0 | 8 | CF | 2D | 56 |
Octal | 312 | 334 | 353 | 16 | 6 | 0 | 10 | 317 | 55 | 126 |
Binary | 11001010 | 11011100 | 11101011 | 1110 | 110 | 0 | 1000 | 11001111 | 101101 | 1010110 |
Color Harmonies of #CADCEB
Complementary color
Monochromatic Colors of #CADCEB
Black with #CADCEB
Text Example
Text Example
White with #CADCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCEB; }
p { color: rgb(202,220,235); }
H1.HeaderClassName
{
color: #CADCEB;
}
.AnyTagClassName
{
color: #CADCEB;
}
</style>
background-color css
<style>
a { background-color: #CADCEB; }
a { background-color: rgb(202,220,235); }
div.DivClassName
{
background-color: #CADCEB;
}
.BgClassName
{
background-color: #CADCEB;
}
</style>
border-color css
<style>
span { border-color: #CADCEB; }
span { border-color: rgb(202,220,235); }
td.TdClassName
{
border-color: #CADCEB;
}
.TagClassName
{
border-color: #CADCEB;
}
</style>