#E7CADB

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

Shades of Classic Rose #E7CADB

Tints of Classic Rose #E7CADB

Color information

#E7CADB (or 0xE7CADB) is unknown color: approx Classic Rose. HEX triplet: E7, CA and DB. RGB value is (231,202,219). Sum of RGB (Red+Green+Blue) = 231+202+219=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CADB is #183524. Grayscale: #D4D4D4. Windows color (decimal): -1586469 or 14404327. OLE color: 14404327.

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

Color convert

RGB231202219-
CMYK00.130.050.09
HSL324.83º37.66%84.9%-
HSV(B)324.83º12.55%90.59%-
XYZ66.8664.3475.91-
YUV212.61131.61141.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=35.43%
G=30.98%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120221900.130.050.09324.8337.6684.9
HexE7CADB0D591452655
Octal34731233301551150546125
Binary1110011111001010110110110110110110011010001011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CADB; }

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

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

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

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

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

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

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

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