Html Css Color HEX #E6DBDA Soft Peach

📋 copy color: '#E6DBDA'

red 230 ◦ green 219 ◦ blue 218

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

Shades of Soft Peach #E6DBDA

Tints of Soft Peach #E6DBDA

RGB

 RED value IS 230 (90.23% from 255) = 34.48%

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

 BLUE value IS 218 (85.55% from 255) = 32.68%

R = 34.48%
G = 32.83%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6DBDA (or 0xE6DBDA) is known color: Soft Peach. HEX triplet: E6, DB and DA. RGB value is (230,219,218). Sum of RGB (Red+Green+Blue) = 230+219+218=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBDA is #192425. Grayscale: #DEDEDE. Windows color (decimal): -1647654 or 14343142. OLE color: 14343142.

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

Color convert

RGB 230 219 218 -
CMYK 0 0.05 0.05 0.10
HSL 0.19% 0.88% -
HSV(B) 0.05% 0.9% -
XYZ 70.62 72.55 76.61 -
YUV 222.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 230 219 218 0 0.05 0.05 0.10 5 0.19 0.88
Hex E6 DB DA 0 5 5 A 5 13 58
Octal 346 333 332 0 5 5 12 5 23 130
Binary 11100110 11011011 11011010 0 101 101 1010 101 10011 1011000

Color Harmonies of #E6DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBDA

Black with #E6DBDA

Text Example


Text Example

White with #E6DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBDA; }

 p { color: rgb(230,219,218); }

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

background-color css

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

 a { background-color: rgb(230,219,218); }

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

border-color css

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

 span { border-color: rgb(230,219,218); }

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