Shades of Pattens Blue #CBDFF4
Tints of Pattens Blue #CBDFF4
RGB
CMYK
RGB Variations
Color information
#CBDFF4 (or 0xCBDFF4) is known color: Pattens Blue. HEX triplet: CB, DF and F4. RGB value is (203,223,244). Sum of RGB (Red+Green+Blue) = 203+223+244=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDFF4 is #34200B. Grayscale: #DBDBDB. Windows color (decimal): -3416076 or 16048075. OLE color: 16048075.
HSL color Cylindrical-coordinate representation of color #CBDFF4: hue angle of 210.73º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBDFF4 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 223 | 244 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.04 |
| HSL | 210.73º | 0.65% | 0.88% | - |
| HSV(B) | 210.73º | 0.17% | 0.96% | - |
| XYZ | 67.35 | 72 | 95.94 | - |
| YUV | 219.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 244 | 0.17 | 0.09 | 0 | 0.04 | 210.73 | 0.65 | 0.88 |
| Hex | CB | DF | F4 | 11 | 9 | 0 | 4 | D3 | 41 | 58 |
| Octal | 313 | 337 | 364 | 21 | 11 | 0 | 4 | 323 | 101 | 130 |
| Binary | 11001011 | 11011111 | 11110100 | 10001 | 1001 | 0 | 100 | 11010011 | 1000001 | 1011000 |
Color Harmonies of #CBDFF4
Complementary color
Monochromatic Colors of #CBDFF4
Black with #CBDFF4
Text Example
Text Example
White with #CBDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFF4; }
p { color: rgb(203,223,244); }
H1.HeaderClassName
{
color: #CBDFF4;
}
.AnyTagClassName
{
color: #CBDFF4;
}
</style>
background-color css
<style>
a { background-color: #CBDFF4; }
a { background-color: rgb(203,223,244); }
div.DivClassName
{
background-color: #CBDFF4;
}
.BgClassName
{
background-color: #CBDFF4;
}
</style>
border-color css
<style>
span { border-color: #CBDFF4; }
span { border-color: rgb(203,223,244); }
td.TdClassName
{
border-color: #CBDFF4;
}
.TagClassName
{
border-color: #CBDFF4;
}
</style>