Shades of Twilight #CCBEC3
Tints of Twilight #CCBEC3
RGB
CMYK
RGB Variations
Color information
#CCBEC3 (or 0xCCBEC3) is known color: Twilight. HEX triplet: CC, BE and C3. RGB value is (204,190,195). Sum of RGB (Red+Green+Blue) = 204+190+195=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEC3 is #33413C. Grayscale: #C2C2C2. Windows color (decimal): -3359037 or 12828364. OLE color: 12828364.
HSL color Cylindrical-coordinate representation of color #CCBEC3: hue angle of 338.57º 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 #CCBEC3 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 195 | - |
CMYK | 0 | 0.07 | 0.04 | 0.2 |
HSL | 338.57º | 0.12% | 0.77% | - |
HSV(B) | 338.57º | 0.07% | 0.8% | - |
XYZ | 53.17 | 53.6 | 59.17 | - |
YUV | 194.76 | 128.14 | 134.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 195 | 0 | 0.07 | 0.04 | 0.2 | 338.57 | 0.12 | 0.77 |
Hex | CC | BE | C3 | 0 | 7 | 4 | 14 | 153 | C | 4D |
Octal | 314 | 276 | 303 | 0 | 7 | 4 | 24 | 523 | 14 | 115 |
Binary | 11001100 | 10111110 | 11000011 | 0 | 111 | 100 | 10100 | 101010011 | 1100 | 1001101 |
Color Harmonies of #CCBEC3
Complementary color
Monochromatic Colors of #CCBEC3
Black with #CCBEC3
Text Example
Text Example
White with #CCBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEC3; }
p { color: rgb(204,190,195); }
H1.HeaderClassName
{
color: #CCBEC3;
}
.AnyTagClassName
{
color: #CCBEC3;
}
</style>
background-color css
<style>
a { background-color: #CCBEC3; }
a { background-color: rgb(204,190,195); }
div.DivClassName
{
background-color: #CCBEC3;
}
.BgClassName
{
background-color: #CCBEC3;
}
</style>
border-color css
<style>
span { border-color: #CCBEC3; }
span { border-color: rgb(204,190,195); }
td.TdClassName
{
border-color: #CCBEC3;
}
.TagClassName
{
border-color: #CCBEC3;
}
</style>