Html Css Color HEX #E9CBDC Classic Rose

📋 copy color: '#E9CBDC'

red 233 ◦ green 203 ◦ blue 220

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

Shades of Classic Rose #E9CBDC

Tints of Classic Rose #E9CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.95%

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 35.52%
G = 30.95%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9CBDC (or 0xE9CBDC) is known color: Classic Rose. HEX triplet: E9, CB and DC. RGB value is (233,203,220). Sum of RGB (Red+Green+Blue) = 233+203+220=656 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.52% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBDC is #163423. Grayscale: #D5D5D5. Windows color (decimal): -1455140 or 14470121. OLE color: 14470121.

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

Color convert

RGB 233 203 220 -
CMYK 0 0.13 0.06 0.09
HSL 326º 0.41% 0.85% -
HSV(B) 326º 0.13% 0.91% -
XYZ 67.88 65.2 76.72 -
YUV 213.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 233 203 220 0 0.13 0.06 0.09 326 0.41 0.85
Hex E9 CB DC 0 D 6 9 146 29 55
Octal 351 313 334 0 15 6 11 506 51 125
Binary 11101001 11001011 11011100 0 1101 110 1001 101000110 101001 1010101

Color Harmonies of #E9CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBDC

Black with #E9CBDC

Text Example


Text Example

White with #E9CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CBDC; }

 p { color: rgb(233,203,220); }

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

background-color css

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

 a { background-color: rgb(233,203,220); }

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

border-color css

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

 span { border-color: rgb(233,203,220); }

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