Shades of Stark White #CCBEB2
Tints of Stark White #CCBEB2
RGB
CMYK
RGB Variations
Color information
#CCBEB2 (or 0xCCBEB2) is known color: Stark White. HEX triplet: CC, BE and B2. RGB value is (204,190,178). Sum of RGB (Red+Green+Blue) = 204+190+178=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEB2 is #33414D. Grayscale: #C0C0C0. Windows color (decimal): -3359054 or 11714252. OLE color: 11714252.
HSL color Cylindrical-coordinate representation of color #CCBEB2: hue angle of 27.69º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBEB2 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 178 | - |
CMYK | 0 | 0.07 | 0.13 | 0.2 |
HSL | 27.69º | 0.2% | 0.75% | - |
HSV(B) | 27.69º | 0.13% | 0.8% | - |
XYZ | 51.35 | 52.88 | 49.62 | - |
YUV | 192.82 | 119.64 | 135.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 178 | 0 | 0.07 | 0.13 | 0.2 | 27.69 | 0.2 | 0.75 |
Hex | CC | BE | B2 | 0 | 7 | D | 14 | 1C | 14 | 4B |
Octal | 314 | 276 | 262 | 0 | 7 | 15 | 24 | 34 | 24 | 113 |
Binary | 11001100 | 10111110 | 10110010 | 0 | 111 | 1101 | 10100 | 11100 | 10100 | 1001011 |
Color Harmonies of #CCBEB2
Complementary color
Monochromatic Colors of #CCBEB2
Black with #CCBEB2
Text Example
Text Example
White with #CCBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEB2; }
p { color: rgb(204,190,178); }
H1.HeaderClassName
{
color: #CCBEB2;
}
.AnyTagClassName
{
color: #CCBEB2;
}
</style>
background-color css
<style>
a { background-color: #CCBEB2; }
a { background-color: rgb(204,190,178); }
div.DivClassName
{
background-color: #CCBEB2;
}
.BgClassName
{
background-color: #CCBEB2;
}
</style>
border-color css
<style>
span { border-color: #CCBEB2; }
span { border-color: rgb(204,190,178); }
td.TdClassName
{
border-color: #CCBEB2;
}
.TagClassName
{
border-color: #CCBEB2;
}
</style>