#E8CADC

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

Shades of Classic Rose #E8CADC

Tints of Classic Rose #E8CADC

Color information

#E8CADC (or 0xE8CADC) is unknown color: approx Classic Rose. HEX triplet: E8, CA and DC. RGB value is (232,202,220). Sum of RGB (Red+Green+Blue) = 232+202+220=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CADC is #173523. Grayscale: #D4D4D4. Windows color (decimal): -1520932 or 14469864. OLE color: 14469864.

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

Color convert

RGB232202220-
CMYK00.130.050.09
HSL324º39.47%85.1%-
HSV(B)324º12.93%90.98%-
XYZ67.3264.5676.62-
YUV213.02131.94141.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=35.47%
G=30.89%
B=33.64%

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
Decimal23220222000.130.050.0932439.4785.1
HexE8CADC0D591442755
Octal35031233401551150447125
Binary1110100011001010110111000110110110011010001001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CADC; }

 p { color: rgb(232,202,220); }

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

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

 a { background-color: rgb(232,202,220); }

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

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

 span { border-color: rgb(232,202,220); }

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