Shades of Prelude #CBBFD7
Tints of Prelude #CBBFD7
RGB
CMYK
RGB Variations
Color information
#CBBFD7 (or 0xCBBFD7) is known color: Prelude. HEX triplet: CB, BF and D7. RGB value is (203,191,215). Sum of RGB (Red+Green+Blue) = 203+191+215=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFD7 is #344028. Grayscale: #C5C5C5. Windows color (decimal): -3424297 or 14139339. OLE color: 14139339.
HSL color Cylindrical-coordinate representation of color #CBBFD7: hue angle of 270º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBFD7 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 203 | 191 | 215 | - |
CMYK | 0.06 | 0.11 | 0 | 0.16 |
HSL | 270º | 0.23% | 0.8% | - |
HSV(B) | 270º | 0.11% | 0.84% | - |
XYZ | 55.53 | 54.86 | 71.95 | - |
YUV | 197.32 | 137.98 | 132.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 191 | 215 | 0.06 | 0.11 | 0 | 0.16 | 270 | 0.23 | 0.8 |
Hex | CB | BF | D7 | 6 | B | 0 | 10 | 10E | 17 | 50 |
Octal | 313 | 277 | 327 | 6 | 13 | 0 | 20 | 416 | 27 | 120 |
Binary | 11001011 | 10111111 | 11010111 | 110 | 1011 | 0 | 10000 | 100001110 | 10111 | 1010000 |
Color Harmonies of #CBBFD7
Complementary color
Monochromatic Colors of #CBBFD7
Black with #CBBFD7
Text Example
Text Example
White with #CBBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFD7; }
p { color: rgb(203,191,215); }
H1.HeaderClassName
{
color: #CBBFD7;
}
.AnyTagClassName
{
color: #CBBFD7;
}
</style>
background-color css
<style>
a { background-color: #CBBFD7; }
a { background-color: rgb(203,191,215); }
div.DivClassName
{
background-color: #CBBFD7;
}
.BgClassName
{
background-color: #CBBFD7;
}
</style>
border-color css
<style>
span { border-color: #CBBFD7; }
span { border-color: rgb(203,191,215); }
td.TdClassName
{
border-color: #CBBFD7;
}
.TagClassName
{
border-color: #CBBFD7;
}
</style>