Shades of Prelude #CBBFD2
Tints of Prelude #CBBFD2
RGB
CMYK
RGB Variations
Color information
#CBBFD2 (or 0xCBBFD2) is known color: Prelude. HEX triplet: CB, BF and D2. RGB value is (203,191,210). Sum of RGB (Red+Green+Blue) = 203+191+210=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFD2 is #34402D. Grayscale: #C4C4C4. Windows color (decimal): -3424302 or 13811659. OLE color: 13811659.
HSL color Cylindrical-coordinate representation of color #CBBFD2: hue angle of 277.89º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBFD2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 191 | 210 | - |
CMYK | 0.03 | 0.09 | 0 | 0.18 |
HSL | 277.89º | 0.17% | 0.79% | - |
HSV(B) | 277.89º | 0.09% | 0.82% | - |
XYZ | 54.89 | 54.61 | 68.62 | - |
YUV | 196.75 | 135.48 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 191 | 210 | 0.03 | 0.09 | 0 | 0.18 | 277.89 | 0.17 | 0.79 |
Hex | CB | BF | D2 | 3 | 9 | 0 | 12 | 116 | 11 | 4F |
Octal | 313 | 277 | 322 | 3 | 11 | 0 | 22 | 426 | 21 | 117 |
Binary | 11001011 | 10111111 | 11010010 | 11 | 1001 | 0 | 10010 | 100010110 | 10001 | 1001111 |
Color Harmonies of #CBBFD2
Complementary color
Monochromatic Colors of #CBBFD2
Black with #CBBFD2
Text Example
Text Example
White with #CBBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFD2; }
p { color: rgb(203,191,210); }
H1.HeaderClassName
{
color: #CBBFD2;
}
.AnyTagClassName
{
color: #CBBFD2;
}
</style>
background-color css
<style>
a { background-color: #CBBFD2; }
a { background-color: rgb(203,191,210); }
div.DivClassName
{
background-color: #CBBFD2;
}
.BgClassName
{
background-color: #CBBFD2;
}
</style>
border-color css
<style>
span { border-color: #CBBFD2; }
span { border-color: rgb(203,191,210); }
td.TdClassName
{
border-color: #CBBFD2;
}
.TagClassName
{
border-color: #CBBFD2;
}
</style>