#E8CADF

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

Shades of Classic Rose #E8CADF

Tints of Classic Rose #E8CADF

Color information

#E8CADF (or 0xE8CADF) is unknown color: approx Classic Rose. HEX triplet: E8, CA and DF. RGB value is (232,202,223). Sum of RGB (Red+Green+Blue) = 232+202+223=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CADF is #173520. Grayscale: #D5D5D5. Windows color (decimal): -1520929 or 14666472. OLE color: 14666472.

HSL color Cylindrical-coordinate representation of color #E8CADF: hue angle of 318º 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 #E8CADF is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232202223-
CMYK00.130.040.09
HSL318º39.47%85.1%-
HSV(B)318º12.93%90.98%-
XYZ67.7264.7278.74-
YUV213.36133.44141.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=35.31%
G=30.75%
B=33.94%

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
Decimal23220222300.130.040.0931839.4785.1
HexE8CADF0D4913e2755
Octal35031233701541147647125
Binary1110100011001010110111110110110010011001111101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CADF; }

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

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

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

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

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

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

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

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