Html Css Color HEX #E9CDDC Classic Rose

📋 copy color: '#E9CDDC'

red 233 ◦ green 205 ◦ blue 220

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

Shades of Classic Rose #E9CDDC

Tints of Classic Rose #E9CDDC

RGB

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

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

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

R = 35.41%
G = 31.16%
B = 33.43%

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

#E9CDDC (or 0xE9CDDC) is known color: Classic Rose. HEX triplet: E9, CD and DC. RGB value is (233,205,220). Sum of RGB (Red+Green+Blue) = 233+205+220=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDDC is #163223. Grayscale: #D7D7D7. Windows color (decimal): -1454628 or 14470633. OLE color: 14470633.

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

Color convert

RGB 233 205 220 -
CMYK 0 0.12 0.06 0.09
HSL 327.86º 0.39% 0.86% -
HSV(B) 327.86º 0.12% 0.91% -
XYZ 68.35 66.15 76.88 -
YUV 215.08 130.78 140.78 -
System Red Green Blue C M Y K H S L
Decimal 233 205 220 0 0.12 0.06 0.09 327.86 0.39 0.86
Hex E9 CD DC 0 C 6 9 148 27 56
Octal 351 315 334 0 14 6 11 510 47 126
Binary 11101001 11001101 11011100 0 1100 110 1001 101001000 100111 1010110

Color Harmonies of #E9CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDDC

Black with #E9CDDC

Text Example


Text Example

White with #E9CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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