Html Css Color HEX #E9C9DA Classic Rose

📋 copy color: '#E9C9DA'

red 233 ◦ green 201 ◦ blue 218

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

Shades of Classic Rose #E9C9DA

Tints of Classic Rose #E9C9DA

RGB

 RED value IS 233 (91.41% from 255) = 35.74%

 GREEN value IS 201 (78.91% from 255) = 30.83%

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

R = 35.74%
G = 30.83%
B = 33.44%

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

#E9C9DA (or 0xE9C9DA) is known color: Classic Rose. HEX triplet: E9, C9 and DA. RGB value is (233,201,218). Sum of RGB (Red+Green+Blue) = 233+201+218=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9DA is #163625. Grayscale: #D4D4D4. Windows color (decimal): -1455654 or 14338537. OLE color: 14338537.

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

Color convert

RGB 233 201 218 -
CMYK 0 0.14 0.06 0.09
HSL 328.13º 0.42% 0.85% -
HSV(B) 328.13º 0.14% 0.91% -
XYZ 67.15 64.16 75.17 -
YUV 212.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 233 201 218 0 0.14 0.06 0.09 328.13 0.42 0.85
Hex E9 C9 DA 0 E 6 9 148 2A 55
Octal 351 311 332 0 16 6 11 510 52 125
Binary 11101001 11001001 11011010 0 1110 110 1001 101001000 101010 1010101

Color Harmonies of #E9C9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9C9DA

Black with #E9C9DA

Text Example


Text Example

White with #E9C9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9C9DA; }

 p { color: rgb(233,201,218); }

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

background-color css

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

 a { background-color: rgb(233,201,218); }

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

border-color css

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

 span { border-color: rgb(233,201,218); }

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