Shades of Pattens Blue #CADCEC
Tints of Pattens Blue #CADCEC
RGB
CMYK
RGB Variations
Color information
#CADCEC (or 0xCADCEC) is known color: Pattens Blue. HEX triplet: CA, DC and EC. RGB value is (202,220,236). Sum of RGB (Red+Green+Blue) = 202+220+236=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #CADCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCEC is #352313. Grayscale: #D8D8D8. Windows color (decimal): -3482388 or 15523018. OLE color: 15523018.
HSL color Cylindrical-coordinate representation of color #CADCEC: hue angle of 208.24º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADCEC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 220 | 236 | - |
CMYK | 0.14 | 0.07 | 0 | 0.07 |
HSL | 208.24º | 0.47% | 0.86% | - |
HSV(B) | 208.24º | 0.14% | 0.93% | - |
XYZ | 65.09 | 69.8 | 89.4 | - |
YUV | 216.44 | 139.04 | 117.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 236 | 0.14 | 0.07 | 0 | 0.07 | 208.24 | 0.47 | 0.86 |
Hex | CA | DC | EC | E | 7 | 0 | 7 | D0 | 2F | 56 |
Octal | 312 | 334 | 354 | 16 | 7 | 0 | 7 | 320 | 57 | 126 |
Binary | 11001010 | 11011100 | 11101100 | 1110 | 111 | 0 | 111 | 11010000 | 101111 | 1010110 |
Color Harmonies of #CADCEC
Complementary color
Monochromatic Colors of #CADCEC
Black with #CADCEC
Text Example
Text Example
White with #CADCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCEC; }
p { color: rgb(202,220,236); }
H1.HeaderClassName
{
color: #CADCEC;
}
.AnyTagClassName
{
color: #CADCEC;
}
</style>
background-color css
<style>
a { background-color: #CADCEC; }
a { background-color: rgb(202,220,236); }
div.DivClassName
{
background-color: #CADCEC;
}
.BgClassName
{
background-color: #CADCEC;
}
</style>
border-color css
<style>
span { border-color: #CADCEC; }
span { border-color: rgb(202,220,236); }
td.TdClassName
{
border-color: #CADCEC;
}
.TagClassName
{
border-color: #CADCEC;
}
</style>