Html Css Color HEX #E7DBDC Pale Rose

📋 copy color: '#E7DBDC'

red 231 ◦ green 219 ◦ blue 220

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

Shades of Pale Rose #E7DBDC

Tints of Pale Rose #E7DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.69%

 BLUE value IS 220 (86.33% from 255) = 32.84%

R = 34.48%
G = 32.69%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E7DBDC (or 0xE7DBDC) is known color: Pale Rose. HEX triplet: E7, DB and DC. RGB value is (231,219,220). Sum of RGB (Red+Green+Blue) = 231+219+220=670 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.48% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBDC is #182423. Grayscale: #DEDEDE. Windows color (decimal): -1582116 or 14474215. OLE color: 14474215.

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

Color convert

RGB 231 219 220 -
CMYK 0 0.05 0.05 0.09
HSL 355º 0.2% 0.88% -
HSV(B) 355º 0.05% 0.91% -
XYZ 71.2 72.82 78.01 -
YUV 222.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 231 219 220 0 0.05 0.05 0.09 355 0.2 0.88
Hex E7 DB DC 0 5 5 9 163 14 58
Octal 347 333 334 0 5 5 11 543 24 130
Binary 11100111 11011011 11011100 0 101 101 1001 101100011 10100 1011000

Color Harmonies of #E7DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DBDC

Black with #E7DBDC

Text Example


Text Example

White with #E7DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DBDC; }

 p { color: rgb(231,219,220); }

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

background-color css

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

 a { background-color: rgb(231,219,220); }

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

border-color css

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

 span { border-color: rgb(231,219,220); }

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