Shades of Pattens Blue #CADFED
Tints of Pattens Blue #CADFED
RGB
CMYK
RGB Variations
Color information
#CADFED (or 0xCADFED) is known color: Pattens Blue. HEX triplet: CA, DF and ED. RGB value is (202,223,237). Sum of RGB (Red+Green+Blue) = 202+223+237=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #CADFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFED is #352012. Grayscale: #DADADA. Windows color (decimal): -3481619 or 15589322. OLE color: 15589322.
HSL color Cylindrical-coordinate representation of color #CADFED: hue angle of 204º 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 #CADFED is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 223 | 237 | - |
CMYK | 0.15 | 0.06 | 0 | 0.07 |
HSL | 204º | 0.49% | 0.86% | - |
HSV(B) | 204º | 0.15% | 0.93% | - |
XYZ | 66.03 | 71.45 | 90.43 | - |
YUV | 218.32 | 138.54 | 116.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 237 | 0.15 | 0.06 | 0 | 0.07 | 204 | 0.49 | 0.86 |
Hex | CA | DF | ED | F | 6 | 0 | 7 | CC | 31 | 56 |
Octal | 312 | 337 | 355 | 17 | 6 | 0 | 7 | 314 | 61 | 126 |
Binary | 11001010 | 11011111 | 11101101 | 1111 | 110 | 0 | 111 | 11001100 | 110001 | 1010110 |
Color Harmonies of #CADFED
Complementary color
Monochromatic Colors of #CADFED
Black with #CADFED
Text Example
Text Example
White with #CADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFED; }
p { color: rgb(202,223,237); }
H1.HeaderClassName
{
color: #CADFED;
}
.AnyTagClassName
{
color: #CADFED;
}
</style>
background-color css
<style>
a { background-color: #CADFED; }
a { background-color: rgb(202,223,237); }
div.DivClassName
{
background-color: #CADFED;
}
.BgClassName
{
background-color: #CADFED;
}
</style>
border-color css
<style>
span { border-color: #CADFED; }
span { border-color: rgb(202,223,237); }
td.TdClassName
{
border-color: #CADFED;
}
.TagClassName
{
border-color: #CADFED;
}
</style>