Html Css Color HEX #E7D2D6 Pale Rose

📋 copy color: '#E7D2D6'

red 231 ◦ green 210 ◦ blue 214

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

Shades of Pale Rose #E7D2D6

Tints of Pale Rose #E7D2D6

RGB

 RED value IS 231 (90.63% from 255) = 35.27%

 GREEN value IS 210 (82.42% from 255) = 32.06%

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 35.27%
G = 32.06%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E7D2D6 (or 0xE7D2D6) is known color: Pale Rose. HEX triplet: E7, D2 and D6. RGB value is (231,210,214). Sum of RGB (Red+Green+Blue) = 231+210+214=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2D6 is #182D29. Grayscale: #D8D8D8. Windows color (decimal): -1584426 or 14078695. OLE color: 14078695.

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

Color convert

RGB 231 210 214 -
CMYK 0 0.09 0.07 0.09
HSL 348.57º 0.3% 0.86% -
HSV(B) 348.57º 0.09% 0.91% -
XYZ 68.14 67.94 73.14 -
YUV 216.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 231 210 214 0 0.09 0.07 0.09 348.57 0.3 0.86
Hex E7 D2 D6 0 9 7 9 15D 1E 56
Octal 347 322 326 0 11 7 11 535 36 126
Binary 11100111 11010010 11010110 0 1001 111 1001 101011101 11110 1010110

Color Harmonies of #E7D2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D2D6

Black with #E7D2D6

Text Example


Text Example

White with #E7D2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D2D6; }

 p { color: rgb(231,210,214); }

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

background-color css

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

 a { background-color: rgb(231,210,214); }

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

border-color css

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

 span { border-color: rgb(231,210,214); }

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