#E7CCDD

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

Shades of Classic Rose #E7CCDD

Tints of Classic Rose #E7CCDD

Color information

#E7CCDD (or 0xE7CCDD) is unknown color: approx Classic Rose. HEX triplet: E7, CC and DD. RGB value is (231,204,221). Sum of RGB (Red+Green+Blue) = 231+204+221=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCDD is #183322. Grayscale: #D5D5D5. Windows color (decimal): -1585955 or 14535911. OLE color: 14535911.

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

Color convert

RGB231204221-
CMYK00.120.040.09
HSL322.22º36%85.29%-
HSV(B)322.22º11.69%90.59%-
XYZ67.665.477.47-
YUV214.01131.95140.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=35.21%
G=31.10%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120422100.120.040.09322.223685.29
HexE7CCDD0C491422455
Octal34731433501441150244125
Binary1110011111001100110111010110010010011010000101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CCDD; }

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

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

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

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

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

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

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

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