Shades of Pattens Blue #CBDBE4
Tints of Pattens Blue #CBDBE4
RGB
CMYK
RGB Variations
Color information
#CBDBE4 (or 0xCBDBE4) is known color: Pattens Blue. HEX triplet: CB, DB and E4. RGB value is (203,219,228). Sum of RGB (Red+Green+Blue) = 203+219+228=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBE4 is #34241B. Grayscale: #D7D7D7. Windows color (decimal): -3417116 or 14998475. OLE color: 14998475.
HSL color Cylindrical-coordinate representation of color #CBDBE4: hue angle of 201.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDBE4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 219 | 228 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.11 |
| HSL | 201.6º | 0.32% | 0.85% | - |
| HSV(B) | 201.6º | 0.11% | 0.89% | - |
| XYZ | 63.96 | 68.96 | 83.34 | - |
| YUV | 215.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 228 | 0.11 | 0.04 | 0 | 0.11 | 201.6 | 0.32 | 0.85 |
| Hex | CB | DB | E4 | B | 4 | 0 | B | CA | 20 | 55 |
| Octal | 313 | 333 | 344 | 13 | 4 | 0 | 13 | 312 | 40 | 125 |
| Binary | 11001011 | 11011011 | 11100100 | 1011 | 100 | 0 | 1011 | 11001010 | 100000 | 1010101 |
Color Harmonies of #CBDBE4
Complementary color
Monochromatic Colors of #CBDBE4
Black with #CBDBE4
Text Example
Text Example
White with #CBDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBE4; }
p { color: rgb(203,219,228); }
H1.HeaderClassName
{
color: #CBDBE4;
}
.AnyTagClassName
{
color: #CBDBE4;
}
</style>
background-color css
<style>
a { background-color: #CBDBE4; }
a { background-color: rgb(203,219,228); }
div.DivClassName
{
background-color: #CBDBE4;
}
.BgClassName
{
background-color: #CBDBE4;
}
</style>
border-color css
<style>
span { border-color: #CBDBE4; }
span { border-color: rgb(203,219,228); }
td.TdClassName
{
border-color: #CBDBE4;
}
.TagClassName
{
border-color: #CBDBE4;
}
</style>