Html Css Color HEX #E7D2D4 Pale Rose

📋 copy color: '#E7D2D4'

red 231 ◦ green 210 ◦ blue 212

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

Shades of Pale Rose #E7D2D4

Tints of Pale Rose #E7D2D4

RGB

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

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

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

R = 35.38%
G = 32.16%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E7D2D4 (or 0xE7D2D4) is known color: Pale Rose. HEX triplet: E7, D2 and D4. RGB value is (231,210,212). Sum of RGB (Red+Green+Blue) = 231+210+212=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2D4 is #182D2B. Grayscale: #D8D8D8. Windows color (decimal): -1584428 or 13947623. OLE color: 13947623.

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

Color convert

RGB 231 210 212 -
CMYK 0 0.09 0.08 0.09
HSL 354.29º 0.3% 0.86% -
HSV(B) 354.29º 0.09% 0.91% -
XYZ 67.89 67.84 71.8 -
YUV 216.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 231 210 212 0 0.09 0.08 0.09 354.29 0.3 0.86
Hex E7 D2 D4 0 9 8 9 162 1E 56
Octal 347 322 324 0 11 10 11 542 36 126
Binary 11100111 11010010 11010100 0 1001 1000 1001 101100010 11110 1010110

Color Harmonies of #E7D2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D2D4

Black with #E7D2D4

Text Example


Text Example

White with #E7D2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D2D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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