Html Css Color HEX #E6D0DA Prim

📋 copy color: '#E6D0DA'

red 230 ◦ green 208 ◦ blue 218

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

Shades of Prim #E6D0DA

Tints of Prim #E6D0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.71%

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

R = 35.06%
G = 31.71%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6D0DA (or 0xE6D0DA) is known color: Prim. HEX triplet: E6, D0 and DA. RGB value is (230,208,218). Sum of RGB (Red+Green+Blue) = 230+208+218=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0DA is #192F25. Grayscale: #D7D7D7. Windows color (decimal): -1650470 or 14340326. OLE color: 14340326.

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

Color convert

RGB 230 208 218 -
CMYK 0 0.10 0.05 0.10
HSL 332.73º 0.31% 0.86% -
HSV(B) 332.73º 0.1% 0.9% -
XYZ 67.84 67 75.69 -
YUV 215.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 230 208 218 0 0.10 0.05 0.10 332.73 0.31 0.86
Hex E6 D0 DA 0 A 5 A 14D 1F 56
Octal 346 320 332 0 12 5 12 515 37 126
Binary 11100110 11010000 11011010 0 1010 101 1010 101001101 11111 1010110

Color Harmonies of #E6D0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D0DA

Black with #E6D0DA

Text Example


Text Example

White with #E6D0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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