Html Css Color HEX #E9CBDB Classic Rose

📋 copy color: '#E9CBDB'

red 233 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #E9CBDB

Tints of Classic Rose #E9CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.44%

R = 35.57%
G = 30.99%
B = 33.44%

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

#E9CBDB (or 0xE9CBDB) is known color: Classic Rose. HEX triplet: E9, CB and DB. RGB value is (233,203,219). Sum of RGB (Red+Green+Blue) = 233+203+219=655 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.57% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBDB is #163424. Grayscale: #D5D5D5. Windows color (decimal): -1455141 or 14404585. OLE color: 14404585.

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

Color convert

RGB 233 203 219 -
CMYK 0 0.13 0.06 0.09
HSL 328º 0.41% 0.85% -
HSV(B) 328º 0.13% 0.91% -
XYZ 67.75 65.15 76.02 -
YUV 213.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 233 203 219 0 0.13 0.06 0.09 328 0.41 0.85
Hex E9 CB DB 0 D 6 9 148 29 55
Octal 351 313 333 0 15 6 11 510 51 125
Binary 11101001 11001011 11011011 0 1101 110 1001 101001000 101001 1010101

Color Harmonies of #E9CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBDB

Black with #E9CBDB

Text Example


Text Example

White with #E9CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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