Html Css Color HEX #E9CDDB Classic Rose

📋 copy color: '#E9CDDB'

red 233 ◦ green 205 ◦ blue 219

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

Shades of Classic Rose #E9CDDB

Tints of Classic Rose #E9CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.2%

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

R = 35.46%
G = 31.2%
B = 33.33%

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

#E9CDDB (or 0xE9CDDB) is known color: Classic Rose. HEX triplet: E9, CD and DB. RGB value is (233,205,219). Sum of RGB (Red+Green+Blue) = 233+205+219=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDDB is #163224. Grayscale: #D6D6D6. Windows color (decimal): -1454629 or 14405097. OLE color: 14405097.

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

Color convert

RGB 233 205 219 -
CMYK 0 0.12 0.06 0.09
HSL 330º 0.39% 0.86% -
HSV(B) 330º 0.12% 0.91% -
XYZ 68.22 66.1 76.18 -
YUV 214.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 233 205 219 0 0.12 0.06 0.09 330 0.39 0.86
Hex E9 CD DB 0 C 6 9 14A 27 56
Octal 351 315 333 0 14 6 11 512 47 126
Binary 11101001 11001101 11011011 0 1100 110 1001 101001010 100111 1010110

Color Harmonies of #E9CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDDB

Black with #E9CDDB

Text Example


Text Example

White with #E9CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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