#E8CADE

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

Shades of Classic Rose #E8CADE

Tints of Classic Rose #E8CADE

Color information

#E8CADE (or 0xE8CADE) is unknown color: approx Classic Rose. HEX triplet: E8, CA and DE. RGB value is (232,202,222). Sum of RGB (Red+Green+Blue) = 232+202+222=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CADE is #173521. Grayscale: #D5D5D5. Windows color (decimal): -1520930 or 14600936. OLE color: 14600936.

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

Color convert

RGB232202222-
CMYK00.130.040.09
HSL320º39.47%85.1%-
HSV(B)320º12.93%90.98%-
XYZ67.5864.6778.03-
YUV213.25132.94141.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.37%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=35.37%
G=30.79%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220222200.130.040.0932039.4785.1
HexE8CADE0D491402755
Octal35031233601541150047125
Binary1110100011001010110111100110110010011010000001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CADE; }

 p { color: rgb(232,202,222); }

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

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

 a { background-color: rgb(232,202,222); }

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

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

 span { border-color: rgb(232,202,222); }

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