#E8CADA

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

Shades of Classic Rose #E8CADA

Tints of Classic Rose #E8CADA

Color information

#E8CADA (or 0xE8CADA) is unknown color: approx Classic Rose. HEX triplet: E8, CA and DA. RGB value is (232,202,218). Sum of RGB (Red+Green+Blue) = 232+202+218=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CADA is #173525. Grayscale: #D4D4D4. Windows color (decimal): -1520934 or 14338792. OLE color: 14338792.

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

Color convert

RGB232202218-
CMYK00.130.060.09
HSL328º39.47%85.1%-
HSV(B)328º12.93%90.98%-
XYZ67.0564.4675.24-
YUV212.79130.94141.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=35.58%
G=30.98%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220221800.130.060.0932839.4785.1
HexE8CADA0D691482755
Octal35031233201561151047125
Binary1110100011001010110110100110111010011010010001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CADA; }

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

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

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

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

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

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

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

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