Shades of Pattens Blue #CBDEF1
Tints of Pattens Blue #CBDEF1
RGB
CMYK
RGB Variations
Color information
#CBDEF1 (or 0xCBDEF1) is known color: Pattens Blue. HEX triplet: CB, DE and F1. RGB value is (203,222,241). Sum of RGB (Red+Green+Blue) = 203+222+241=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEF1 is #34210E. Grayscale: #DADADA. Windows color (decimal): -3416335 or 15851211. OLE color: 15851211.
HSL color Cylindrical-coordinate representation of color #CBDEF1: hue angle of 210º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBDEF1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 222 | 241 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.05 |
| HSL | 210º | 0.58% | 0.87% | - |
| HSV(B) | 210º | 0.16% | 0.95% | - |
| XYZ | 66.63 | 71.29 | 93.47 | - |
| YUV | 218.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 241 | 0.16 | 0.08 | 0 | 0.05 | 210 | 0.58 | 0.87 |
| Hex | CB | DE | F1 | 10 | 8 | 0 | 5 | D2 | 3A | 57 |
| Octal | 313 | 336 | 361 | 20 | 10 | 0 | 5 | 322 | 72 | 127 |
| Binary | 11001011 | 11011110 | 11110001 | 10000 | 1000 | 0 | 101 | 11010010 | 111010 | 1010111 |
Color Harmonies of #CBDEF1
Complementary color
Monochromatic Colors of #CBDEF1
Black with #CBDEF1
Text Example
Text Example
White with #CBDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEF1; }
p { color: rgb(203,222,241); }
H1.HeaderClassName
{
color: #CBDEF1;
}
.AnyTagClassName
{
color: #CBDEF1;
}
</style>
background-color css
<style>
a { background-color: #CBDEF1; }
a { background-color: rgb(203,222,241); }
div.DivClassName
{
background-color: #CBDEF1;
}
.BgClassName
{
background-color: #CBDEF1;
}
</style>
border-color css
<style>
span { border-color: #CBDEF1; }
span { border-color: rgb(203,222,241); }
td.TdClassName
{
border-color: #CBDEF1;
}
.TagClassName
{
border-color: #CBDEF1;
}
</style>