Shades of Pattens Blue #CBDEE6
Tints of Pattens Blue #CBDEE6
RGB
CMYK
RGB Variations
Color information
#CBDEE6 (or 0xCBDEE6) is known color: Pattens Blue. HEX triplet: CB, DE and E6. RGB value is (203,222,230). Sum of RGB (Red+Green+Blue) = 203+222+230=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEE6 is #342119. Grayscale: #D9D9D9. Windows color (decimal): -3416346 or 15130315. OLE color: 15130315.
HSL color Cylindrical-coordinate representation of color #CBDEE6: hue angle of 197.78º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDEE6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 222 | 230 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.10 |
| HSL | 197.78º | 0.35% | 0.85% | - |
| HSV(B) | 197.78º | 0.12% | 0.9% | - |
| XYZ | 65.03 | 70.65 | 85.07 | - |
| YUV | 217.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 230 | 0.12 | 0.03 | 0 | 0.10 | 197.78 | 0.35 | 0.85 |
| Hex | CB | DE | E6 | C | 3 | 0 | A | C6 | 23 | 55 |
| Octal | 313 | 336 | 346 | 14 | 3 | 0 | 12 | 306 | 43 | 125 |
| Binary | 11001011 | 11011110 | 11100110 | 1100 | 11 | 0 | 1010 | 11000110 | 100011 | 1010101 |
Color Harmonies of #CBDEE6
Complementary color
Monochromatic Colors of #CBDEE6
Black with #CBDEE6
Text Example
Text Example
White with #CBDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDEE6; }
p { color: rgb(203,222,230); }
H1.HeaderClassName
{
color: #CBDEE6;
}
.AnyTagClassName
{
color: #CBDEE6;
}
</style>
background-color css
<style>
a { background-color: #CBDEE6; }
a { background-color: rgb(203,222,230); }
div.DivClassName
{
background-color: #CBDEE6;
}
.BgClassName
{
background-color: #CBDEE6;
}
</style>
border-color css
<style>
span { border-color: #CBDEE6; }
span { border-color: rgb(203,222,230); }
td.TdClassName
{
border-color: #CBDEE6;
}
.TagClassName
{
border-color: #CBDEE6;
}
</style>