Shades of Twilight #CCBEC5
Tints of Twilight #CCBEC5
RGB
CMYK
RGB Variations
Color information
#CCBEC5 (or 0xCCBEC5) is known color: Twilight. HEX triplet: CC, BE and C5. RGB value is (204,190,197). Sum of RGB (Red+Green+Blue) = 204+190+197=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC5 is #33413A. Grayscale: #C2C2C2. Windows color (decimal): -3359035 or 12959436. OLE color: 12959436.
HSL color Cylindrical-coordinate representation of color #CCBEC5: hue angle of 330º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBEC5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 197 | - |
CMYK | 0 | 0.07 | 0.03 | 0.2 |
HSL | 330º | 0.12% | 0.77% | - |
HSV(B) | 330º | 0.07% | 0.8% | - |
XYZ | 53.39 | 53.7 | 60.37 | - |
YUV | 194.98 | 129.14 | 134.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 197 | 0 | 0.07 | 0.03 | 0.2 | 330 | 0.12 | 0.77 |
Hex | CC | BE | C5 | 0 | 7 | 3 | 14 | 14A | C | 4D |
Octal | 314 | 276 | 305 | 0 | 7 | 3 | 24 | 512 | 14 | 115 |
Binary | 11001100 | 10111110 | 11000101 | 0 | 111 | 11 | 10100 | 101001010 | 1100 | 1001101 |
Color Harmonies of #CCBEC5
Complementary color
Monochromatic Colors of #CCBEC5
Black with #CCBEC5
Text Example
Text Example
White with #CCBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEC5; }
p { color: rgb(204,190,197); }
H1.HeaderClassName
{
color: #CCBEC5;
}
.AnyTagClassName
{
color: #CCBEC5;
}
</style>
background-color css
<style>
a { background-color: #CCBEC5; }
a { background-color: rgb(204,190,197); }
div.DivClassName
{
background-color: #CCBEC5;
}
.BgClassName
{
background-color: #CCBEC5;
}
</style>
border-color css
<style>
span { border-color: #CCBEC5; }
span { border-color: rgb(204,190,197); }
td.TdClassName
{
border-color: #CCBEC5;
}
.TagClassName
{
border-color: #CCBEC5;
}
</style>