Html Css Color HEX #E8CDD2 Pale Rose

📋 copy color: '#E8CDD2'

red 232 ◦ green 205 ◦ blue 210

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

Shades of Pale Rose #E8CDD2

Tints of Pale Rose #E8CDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.46%

R = 35.86%
G = 31.68%
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

#E8CDD2 (or 0xE8CDD2) is known color: Pale Rose. HEX triplet: E8, CD and D2. RGB value is (232,205,210). Sum of RGB (Red+Green+Blue) = 232+205+210=647 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.86% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDD2 is #17322D. Grayscale: #D5D5D5. Windows color (decimal): -1520174 or 13815272. OLE color: 13815272.

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

Color convert

RGB 232 205 210 -
CMYK 0 0.12 0.09 0.09
HSL 348.89º 0.37% 0.86% -
HSV(B) 348.89º 0.12% 0.91% -
XYZ 66.74 65.47 70.09 -
YUV 213.64 125.95 141.09 -
System Red Green Blue C M Y K H S L
Decimal 232 205 210 0 0.12 0.09 0.09 348.89 0.37 0.86
Hex E8 CD D2 0 C 9 9 15D 25 56
Octal 350 315 322 0 14 11 11 535 45 126
Binary 11101000 11001101 11010010 0 1100 1001 1001 101011101 100101 1010110

Color Harmonies of #E8CDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CDD2

Black with #E8CDD2

Text Example


Text Example

White with #E8CDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CDD2; }

 p { color: rgb(232,205,210); }

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

background-color css

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

 a { background-color: rgb(232,205,210); }

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

border-color css

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

 span { border-color: rgb(232,205,210); }

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