Html Css Color HEX #E8CBDB Classic Rose

📋 copy color: '#E8CBDB'

red 232 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #E8CBDB

Tints of Classic Rose #E8CBDB

RGB

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

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

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

R = 35.47%
G = 31.04%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E8CBDB (or 0xE8CBDB) is known color: Classic Rose. HEX triplet: E8, CB and DB. RGB value is (232,203,219). Sum of RGB (Red+Green+Blue) = 232+203+219=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBDB is #173424. Grayscale: #D5D5D5. Windows color (decimal): -1520677 or 14404584. OLE color: 14404584.

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

Color convert

RGB 232 203 219 -
CMYK 0 0.12 0.06 0.09
HSL 326.9º 0.39% 0.85% -
HSV(B) 326.9º 0.13% 0.91% -
XYZ 67.42 64.98 76.01 -
YUV 213.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 232 203 219 0 0.12 0.06 0.09 326.9 0.39 0.85
Hex E8 CB DB 0 C 6 9 147 27 55
Octal 350 313 333 0 14 6 11 507 47 125
Binary 11101000 11001011 11011011 0 1100 110 1001 101000111 100111 1010101

Color Harmonies of #E8CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CBDB

Black with #E8CBDB

Text Example


Text Example

White with #E8CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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