#E7CEDE

Color #E7CEDE Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #E7CEDE

Tints of Classic Rose #E7CEDE

Color information

#E7CEDE (or 0xE7CEDE) is unknown color: approx Classic Rose. HEX triplet: E7, CE and DE. RGB value is (231,206,222). Sum of RGB (Red+Green+Blue) = 231+206+222=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEDE is #183121. Grayscale: #D7D7D7. Windows color (decimal): -1585442 or 14601959. OLE color: 14601959.

HSL color Cylindrical-coordinate representation of color #E7CEDE: hue angle of 321.6º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7CEDE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231206222-
CMYK00.110.040.09
HSL321.6º34.25%85.69%-
HSV(B)321.6º10.82%90.59%-
XYZ68.2166.4178.33-
YUV215.3131.78139.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=35.05%
G=31.26%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120622200.110.040.09321.634.2585.69
HexE7CEDE0B491422256
Octal34731633601341150242126
Binary1110011111001110110111100101110010011010000101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CEDE; }

 p { color: rgb(231,206,222); }

 H1.HeaderClassName
 {
   color: #E7CEDE;
 }
 .AnyTagClassName
 {
   color: #E7CEDE;
 }
</style>
background-color css

<style>
 a { background-color: #E7CEDE; }

 a { background-color: rgb(231,206,222); }

 div.DivClassName
 {
   background-color: #E7CEDE;
 }
 .BgClassName
 {
   background-color: #E7CEDE;
 }
</style>
border-color css

<style>
 span { border-color: #E7CEDE; }

 span { border-color: rgb(231,206,222); }

 td.TdClassName
 {
   border-color: #E7CEDE;
 }
 .TagClassName
 {
   border-color: #E7CEDE;
 }
</style>