Html Css Color HEX #E8C8DA Classic Rose

📋 copy color: '#E8C8DA'

red 232 ◦ green 200 ◦ blue 218

#E8C8DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #E8C8DA

Tints of Classic Rose #E8C8DA

RGB

 RED value IS 232 (91.02% from 255) = 35.69%

 GREEN value IS 200 (78.52% from 255) = 30.77%

 BLUE value IS 218 (85.55% from 255) = 33.54%

R = 35.69%
G = 30.77%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E8C8DA (or 0xE8C8DA) is known color: Classic Rose. HEX triplet: E8, C8 and DA. RGB value is (232,200,218). Sum of RGB (Red+Green+Blue) = 232+200+218=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8DA is #173725. Grayscale: #D3D3D3. Windows color (decimal): -1521446 or 14338280. OLE color: 14338280.

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

Color convert

RGB 232 200 218 -
CMYK 0 0.14 0.06 0.09
HSL 326.25º 0.41% 0.85% -
HSV(B) 326.25º 0.14% 0.91% -
XYZ 66.59 63.53 75.08 -
YUV 211.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 232 200 218 0 0.14 0.06 0.09 326.25 0.41 0.85
Hex E8 C8 DA 0 E 6 9 146 29 55
Octal 350 310 332 0 16 6 11 506 51 125
Binary 11101000 11001000 11011010 0 1110 110 1001 101000110 101001 1010101

Color Harmonies of #E8C8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C8DA

Black with #E8C8DA

Text Example


Text Example

White with #E8C8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C8DA; }

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

 H1.HeaderClassName
 {
   color: #E8C8DA;
 }
 .AnyTagClassName
 {
   color: #E8C8DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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