Html Css Color HEX #E9CDDD Classic Rose

📋 copy color: '#E9CDDD'

red 233 ◦ green 205 ◦ blue 221

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

Shades of Classic Rose #E9CDDD

Tints of Classic Rose #E9CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.54%

R = 35.36%
G = 31.11%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E9CDDD (or 0xE9CDDD) is known color: Classic Rose. HEX triplet: E9, CD and DD. RGB value is (233,205,221). Sum of RGB (Red+Green+Blue) = 233+205+221=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDDD is #163222. Grayscale: #D7D7D7. Windows color (decimal): -1454627 or 14536169. OLE color: 14536169.

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

Color convert

RGB 233 205 221 -
CMYK 0 0.12 0.05 0.09
HSL 325.71º 0.39% 0.86% -
HSV(B) 325.71º 0.12% 0.91% -
XYZ 68.49 66.21 77.58 -
YUV 215.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 233 205 221 0 0.12 0.05 0.09 325.71 0.39 0.86
Hex E9 CD DD 0 C 5 9 146 27 56
Octal 351 315 335 0 14 5 11 506 47 126
Binary 11101001 11001101 11011101 0 1100 101 1001 101000110 100111 1010110

Color Harmonies of #E9CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDDD

Black with #E9CDDD

Text Example


Text Example

White with #E9CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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