Html Css Color HEX #E6D5DF Prim

📋 copy color: '#E6D5DF'

red 230 ◦ green 213 ◦ blue 223

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

Shades of Prim #E6D5DF

Tints of Prim #E6D5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.98%

 BLUE value IS 223 (87.5% from 255) = 33.48%

R = 34.53%
G = 31.98%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6D5DF (or 0xE6D5DF) is known color: Prim. HEX triplet: E6, D5 and DF. RGB value is (230,213,223). Sum of RGB (Red+Green+Blue) = 230+213+223=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5DF is #192A20. Grayscale: #DBDBDB. Windows color (decimal): -1649185 or 14669286. OLE color: 14669286.

HSL color Cylindrical-coordinate representation of color #E6D5DF: hue angle of 324.71º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6D5DF is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 213 223 -
CMYK 0 0.07 0.03 0.10
HSL 324.71º 0.25% 0.87% -
HSV(B) 324.71º 0.07% 0.9% -
XYZ 69.75 69.74 79.6 -
YUV 219.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 230 213 223 0 0.07 0.03 0.10 324.71 0.25 0.87
Hex E6 D5 DF 0 7 3 A 145 19 57
Octal 346 325 337 0 7 3 12 505 31 127
Binary 11100110 11010101 11011111 0 111 11 1010 101000101 11001 1010111

Color Harmonies of #E6D5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D5DF

Black with #E6D5DF

Text Example


Text Example

White with #E6D5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D5DF; }

 p { color: rgb(230,213,223); }

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

background-color css

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

 a { background-color: rgb(230,213,223); }

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

border-color css

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

 span { border-color: rgb(230,213,223); }

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