Html Css Color HEX #E8CED4 Pale Rose

📋 copy color: '#E8CED4'

red 232 ◦ green 206 ◦ blue 212

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

Shades of Pale Rose #E8CED4

Tints of Pale Rose #E8CED4

RGB

 RED value IS 232 (91.02% from 255) = 35.69%

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

 BLUE value IS 212 (83.2% from 255) = 32.62%

R = 35.69%
G = 31.69%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E8CED4 (or 0xE8CED4) is known color: Pale Rose. HEX triplet: E8, CE and D4. RGB value is (232,206,212). Sum of RGB (Red+Green+Blue) = 232+206+212=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CED4 is #17312B. Grayscale: #D6D6D6. Windows color (decimal): -1519916 or 13946600. OLE color: 13946600.

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

Color convert

RGB 232 206 212 -
CMYK 0 0.11 0.09 0.09
HSL 346.15º 0.36% 0.86% -
HSV(B) 346.15º 0.11% 0.91% -
XYZ 67.23 66.05 71.49 -
YUV 214.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 232 206 212 0 0.11 0.09 0.09 346.15 0.36 0.86
Hex E8 CE D4 0 B 9 9 15A 24 56
Octal 350 316 324 0 13 11 11 532 44 126
Binary 11101000 11001110 11010100 0 1011 1001 1001 101011010 100100 1010110

Color Harmonies of #E8CED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CED4

Black with #E8CED4

Text Example


Text Example

White with #E8CED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CED4; }

 p { color: rgb(232,206,212); }

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

background-color css

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

 a { background-color: rgb(232,206,212); }

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

border-color css

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

 span { border-color: rgb(232,206,212); }

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