Shades of Bizarre #E6CFC4
Tints of Bizarre #E6CFC4
RGB
CMYK
RGB Variations
Color information
#E6CFC4 (or 0xE6CFC4) is known color: Bizarre. HEX triplet: E6, CF and C4. RGB value is (230,207,196). Sum of RGB (Red+Green+Blue) = 230+207+196=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFC4 is #19303B. Grayscale: #D4D4D4. Windows color (decimal): -1650748 or 12898278. OLE color: 12898278.
HSL color Cylindrical-coordinate representation of color #E6CFC4: hue angle of 19.41º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6CFC4 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 196 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.10 |
| HSL | 19.41º | 0.4% | 0.84% | - |
| HSV(B) | 19.41º | 0.15% | 0.9% | - |
| XYZ | 64.91 | 65.43 | 61.43 | - |
| YUV | 212.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 196 | 0 | 0.10 | 0.15 | 0.10 | 19.41 | 0.4 | 0.84 |
| Hex | E6 | CF | C4 | 0 | A | F | A | 13 | 28 | 54 |
| Octal | 346 | 317 | 304 | 0 | 12 | 17 | 12 | 23 | 50 | 124 |
| Binary | 11100110 | 11001111 | 11000100 | 0 | 1010 | 1111 | 1010 | 10011 | 101000 | 1010100 |
Color Harmonies of #E6CFC4
Complementary color
Monochromatic Colors of #E6CFC4
Black with #E6CFC4
Text Example
Text Example
White with #E6CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFC4; }
p { color: rgb(230,207,196); }
H1.HeaderClassName
{
color: #E6CFC4;
}
.AnyTagClassName
{
color: #E6CFC4;
}
</style>
background-color css
<style>
a { background-color: #E6CFC4; }
a { background-color: rgb(230,207,196); }
div.DivClassName
{
background-color: #E6CFC4;
}
.BgClassName
{
background-color: #E6CFC4;
}
</style>
border-color css
<style>
span { border-color: #E6CFC4; }
span { border-color: rgb(230,207,196); }
td.TdClassName
{
border-color: #E6CFC4;
}
.TagClassName
{
border-color: #E6CFC4;
}
</style>