#E7CADD

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

Shades of Classic Rose #E7CADD

Tints of Classic Rose #E7CADD

Color information

#E7CADD (or 0xE7CADD) is unknown color: approx Classic Rose. HEX triplet: E7, CA and DD. RGB value is (231,202,221). Sum of RGB (Red+Green+Blue) = 231+202+221=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CADD is #183522. Grayscale: #D4D4D4. Windows color (decimal): -1586467 or 14535399. OLE color: 14535399.

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

Color convert

RGB231202221-
CMYK00.130.040.09
HSL320.69º37.66%84.9%-
HSV(B)320.69º12.55%90.59%-
XYZ67.1364.4577.31-
YUV212.84132.61140.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=35.32%
G=30.89%
B=33.79%

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
Decimal23120222100.130.040.09320.6937.6684.9
HexE7CADD0D491412655
Octal34731233501541150146125
Binary1110011111001010110111010110110010011010000011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CADD; }

 p { color: rgb(231,202,221); }

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

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

 a { background-color: rgb(231,202,221); }

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

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

 span { border-color: rgb(231,202,221); }

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