#E7CDDC

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

Shades of Classic Rose #E7CDDC

Tints of Classic Rose #E7CDDC

Color information

#E7CDDC (or 0xE7CDDC) is unknown color: approx Classic Rose. HEX triplet: E7, CD and DC. RGB value is (231,205,220). Sum of RGB (Red+Green+Blue) = 231+205+220=656 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.21% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDDC is #183223. Grayscale: #D6D6D6. Windows color (decimal): -1585700 or 14470631. OLE color: 14470631.

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

Color convert

RGB231205220-
CMYK00.110.050.09
HSL325.38º35.14%85.49%-
HSV(B)325.38º11.26%90.59%-
XYZ67.765.8276.85-
YUV214.48131.11139.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.21%
GREEN value IS 205 (80.47% from 255) = 31.25%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=35.21%
G=31.25%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120522000.110.050.09325.3835.1485.49
HexE7CDDC0B591452355
Octal34731533401351150543125
Binary1110011111001101110111000101110110011010001011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CDDC; }

 p { color: rgb(231,205,220); }

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

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

 a { background-color: rgb(231,205,220); }

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

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

 span { border-color: rgb(231,205,220); }

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