Html Css Color HEX #E6D0DF Classic Rose

📋 copy color: '#E6D0DF'

red 230 ◦ green 208 ◦ blue 223

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

Shades of Classic Rose #E6D0DF

Tints of Classic Rose #E6D0DF

RGB

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

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

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

R = 34.8%
G = 31.47%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E6D0DF (or 0xE6D0DF) is known color: Classic Rose. HEX triplet: E6, D0 and DF. RGB value is (230,208,223). Sum of RGB (Red+Green+Blue) = 230+208+223=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0DF is #192F20. Grayscale: #D8D8D8. Windows color (decimal): -1650465 or 14668006. OLE color: 14668006.

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

Color convert

RGB 230 208 223 -
CMYK 0 0.10 0.03 0.10
HSL 319.09º 0.31% 0.86% -
HSV(B) 319.09º 0.1% 0.9% -
XYZ 68.51 67.26 79.18 -
YUV 216.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 230 208 223 0 0.10 0.03 0.10 319.09 0.31 0.86
Hex E6 D0 DF 0 A 3 A 13F 1F 56
Octal 346 320 337 0 12 3 12 477 37 126
Binary 11100110 11010000 11011111 0 1010 11 1010 100111111 11111 1010110

Color Harmonies of #E6D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D0DF

Black with #E6D0DF

Text Example


Text Example

White with #E6D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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