Shades of Pattens Blue #CADFEC
Tints of Pattens Blue #CADFEC
RGB
CMYK
RGB Variations
Color information
#CADFEC (or 0xCADFEC) is known color: Pattens Blue. HEX triplet: CA, DF and EC. RGB value is (202,223,236). Sum of RGB (Red+Green+Blue) = 202+223+236=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #CADFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFEC is #352013. Grayscale: #DADADA. Windows color (decimal): -3481620 or 15523786. OLE color: 15523786.
HSL color Cylindrical-coordinate representation of color #CADFEC: hue angle of 202.94º 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 #CADFEC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 223 | 236 | - |
CMYK | 0.14 | 0.06 | 0 | 0.07 |
HSL | 202.94º | 0.47% | 0.86% | - |
HSV(B) | 202.94º | 0.14% | 0.93% | - |
XYZ | 65.89 | 71.39 | 89.66 | - |
YUV | 218.2 | 138.04 | 116.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 236 | 0.14 | 0.06 | 0 | 0.07 | 202.94 | 0.47 | 0.86 |
Hex | CA | DF | EC | E | 6 | 0 | 7 | CB | 2F | 56 |
Octal | 312 | 337 | 354 | 16 | 6 | 0 | 7 | 313 | 57 | 126 |
Binary | 11001010 | 11011111 | 11101100 | 1110 | 110 | 0 | 111 | 11001011 | 101111 | 1010110 |
Color Harmonies of #CADFEC
Complementary color
Monochromatic Colors of #CADFEC
Black with #CADFEC
Text Example
Text Example
White with #CADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFEC; }
p { color: rgb(202,223,236); }
H1.HeaderClassName
{
color: #CADFEC;
}
.AnyTagClassName
{
color: #CADFEC;
}
</style>
background-color css
<style>
a { background-color: #CADFEC; }
a { background-color: rgb(202,223,236); }
div.DivClassName
{
background-color: #CADFEC;
}
.BgClassName
{
background-color: #CADFEC;
}
</style>
border-color css
<style>
span { border-color: #CADFEC; }
span { border-color: rgb(202,223,236); }
td.TdClassName
{
border-color: #CADFEC;
}
.TagClassName
{
border-color: #CADFEC;
}
</style>