#E7CBDC

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

Shades of Classic Rose #E7CBDC

Tints of Classic Rose #E7CBDC

Color information

#E7CBDC (or 0xE7CBDC) is unknown color: approx Classic Rose. HEX triplet: E7, CB and DC. RGB value is (231,203,220). Sum of RGB (Red+Green+Blue) = 231+203+220=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBDC is #183423. Grayscale: #D5D5D5. Windows color (decimal): -1586212 or 14470119. OLE color: 14470119.

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

Color convert

RGB231203220-
CMYK00.120.050.09
HSL323.57º36.84%85.1%-
HSV(B)323.57º12.12%90.59%-
XYZ67.2364.8776.69-
YUV213.31131.78140.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=35.32%
G=31.04%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120322000.120.050.09323.5736.8485.1
HexE7CBDC0C591442555
Octal34731333401451150445125
Binary1110011111001011110111000110010110011010001001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBDC; }

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

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

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

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

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

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

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

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