Shades of Prelude #CBC7CC
Tints of Prelude #CBC7CC
RGB
CMYK
RGB Variations
Color information
#CBC7CC (or 0xCBC7CC) is known color: Prelude. HEX triplet: CB, C7 and CC. RGB value is (203,199,204). Sum of RGB (Red+Green+Blue) = 203+199+204=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7CC is #343833. Grayscale: #C8C8C8. Windows color (decimal): -3422260 or 13420491. OLE color: 13420491.
HSL color Cylindrical-coordinate representation of color #CBC7CC: hue angle of 288º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBC7CC is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 203 | 199 | 204 | - |
CMYK | 0.00 | 0.02 | 0 | 0.2 |
HSL | 288º | 0.05% | 0.79% | - |
HSV(B) | 288º | 0.02% | 0.8% | - |
XYZ | 55.95 | 57.9 | 65.35 | - |
YUV | 200.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 199 | 204 | 0.00 | 0.02 | 0 | 0.2 | 288 | 0.05 | 0.79 |
Hex | CB | C7 | CC | 0 | 2 | 0 | 14 | 120 | 5 | 4F |
Octal | 313 | 307 | 314 | 0 | 2 | 0 | 24 | 440 | 5 | 117 |
Binary | 11001011 | 11000111 | 11001100 | 0 | 10 | 0 | 10100 | 100100000 | 101 | 1001111 |
Color Harmonies of #CBC7CC
Complementary color
Monochromatic Colors of #CBC7CC
Black with #CBC7CC
Text Example
Text Example
White with #CBC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7CC; }
p { color: rgb(203,199,204); }
H1.HeaderClassName
{
color: #CBC7CC;
}
.AnyTagClassName
{
color: #CBC7CC;
}
</style>
background-color css
<style>
a { background-color: #CBC7CC; }
a { background-color: rgb(203,199,204); }
div.DivClassName
{
background-color: #CBC7CC;
}
.BgClassName
{
background-color: #CBC7CC;
}
</style>
border-color css
<style>
span { border-color: #CBC7CC; }
span { border-color: rgb(203,199,204); }
td.TdClassName
{
border-color: #CBC7CC;
}
.TagClassName
{
border-color: #CBC7CC;
}
</style>