Html Css Color HEX #E9CED3 Pale Rose

📋 copy color: '#E9CED3'

red 233 ◦ green 206 ◦ blue 211

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

Shades of Pale Rose #E9CED3

Tints of Pale Rose #E9CED3

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.69%

 BLUE value IS 211 (82.81% from 255) = 32.46%

R = 35.85%
G = 31.69%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E9CED3 (or 0xE9CED3) is known color: Pale Rose. HEX triplet: E9, CE and D3. RGB value is (233,206,211). Sum of RGB (Red+Green+Blue) = 233+206+211=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED3 is #16312C. Grayscale: #D6D6D6. Windows color (decimal): -1454381 or 13881065. OLE color: 13881065.

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

Color convert

RGB 233 206 211 -
CMYK 0 0.12 0.09 0.09
HSL 348.89º 0.38% 0.86% -
HSV(B) 348.89º 0.12% 0.91% -
XYZ 67.43 66.17 70.85 -
YUV 214.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 233 206 211 0 0.12 0.09 0.09 348.89 0.38 0.86
Hex E9 CE D3 0 C 9 9 15D 26 56
Octal 351 316 323 0 14 11 11 535 46 126
Binary 11101001 11001110 11010011 0 1100 1001 1001 101011101 100110 1010110

Color Harmonies of #E9CED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CED3

Black with #E9CED3

Text Example


Text Example

White with #E9CED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CED3; }

 p { color: rgb(233,206,211); }

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

background-color css

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

 a { background-color: rgb(233,206,211); }

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

border-color css

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

 span { border-color: rgb(233,206,211); }

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