#EAC3DB

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

Shades of Classic Rose #EAC3DB

Tints of Classic Rose #EAC3DB

Color information

#EAC3DB (or 0xEAC3DB) is unknown color: approx Classic Rose. HEX triplet: EA, C3 and DB. RGB value is (234,195,219). Sum of RGB (Red+Green+Blue) = 234+195+219=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 195 (76.56% from 255 or 30.09% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3DB is #153C24. Grayscale: #D1D1D1. Windows color (decimal): -1391653 or 14402538. OLE color: 14402538.

HSL color Cylindrical-coordinate representation of color #EAC3DB: hue angle of 323.08º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC3DB is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234195219-
CMYK00.170.060.08
HSL323.08º48.15%84.12%-
HSV(B)323.08º16.67%91.76%-
XYZ66.2361.6475.42-
YUV209.4133.42145.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 195 (76.56% from 255) = 30.09%
BLUE value IS 219 (85.94% from 255) = 33.80%
R=36.11%
G=30.09%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419521900.170.060.08323.0848.1584.12
HexEAC3DB011681433054
Octal35230333302161050360124
Binary11101010110000111101101101000111010001010000111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3DB; }

 p { color: rgb(234,195,219); }

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

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

 a { background-color: rgb(234,195,219); }

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

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

 span { border-color: rgb(234,195,219); }

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