#E6CEDE

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

Shades of Classic Rose #E6CEDE

Tints of Classic Rose #E6CEDE

Color information

#E6CEDE (or 0xE6CEDE) is unknown color: approx Classic Rose. HEX triplet: E6, CE and DE. RGB value is (230,206,222). Sum of RGB (Red+Green+Blue) = 230+206+222=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEDE is #193121. Grayscale: #D6D6D6. Windows color (decimal): -1650978 or 14601958. OLE color: 14601958.

HSL color Cylindrical-coordinate representation of color #E6CEDE: hue angle of 320º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6CEDE is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230206222-
CMYK00.100.030.10
HSL320º32.43%85.49%-
HSV(B)320º10.43%90.2%-
XYZ67.8966.2478.31-
YUV215131.95138.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=34.95%
G=31.31%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020622200.100.030.1032032.4385.49
HexE6CEDE0A3A1402055
Octal34631633601231250040125
Binary111001101100111011011110010101110101010000001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CEDE; }

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

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

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

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

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

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

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

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