Html Css Color HEX #E9CDD0 Pale Rose

📋 copy color: '#E9CDD0'

red 233 ◦ green 205 ◦ blue 208

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

Shades of Pale Rose #E9CDD0

Tints of Pale Rose #E9CDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.2%

R = 36.07%
G = 31.73%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E9CDD0 (or 0xE9CDD0) is known color: Pale Rose. HEX triplet: E9, CD and D0. RGB value is (233,205,208). Sum of RGB (Red+Green+Blue) = 233+205+208=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD0 is #16322F. Grayscale: #D5D5D5. Windows color (decimal): -1454640 or 13684201. OLE color: 13684201.

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

Color convert

RGB 233 205 208 -
CMYK 0 0.12 0.11 0.09
HSL 353.57º 0.39% 0.86% -
HSV(B) 353.57º 0.12% 0.91% -
XYZ 66.82 65.54 68.8 -
YUV 213.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 233 205 208 0 0.12 0.11 0.09 353.57 0.39 0.86
Hex E9 CD D0 0 C B 9 162 27 56
Octal 351 315 320 0 14 13 11 542 47 126
Binary 11101001 11001101 11010000 0 1100 1011 1001 101100010 100111 1010110

Color Harmonies of #E9CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDD0

Black with #E9CDD0

Text Example


Text Example

White with #E9CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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