Html Css Color HEX #E6C7DA Classic Rose

📋 copy color: '#E6C7DA'

red 230 ◦ green 199 ◦ blue 218

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

Shades of Classic Rose #E6C7DA

Tints of Classic Rose #E6C7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.76%

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

R = 35.55%
G = 30.76%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E6C7DA (or 0xE6C7DA) is known color: Classic Rose. HEX triplet: E6, C7 and DA. RGB value is (230,199,218). Sum of RGB (Red+Green+Blue) = 230+199+218=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7DA is #193825. Grayscale: #D2D2D2. Windows color (decimal): -1652774 or 14338022. OLE color: 14338022.

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

Color convert

RGB 230 199 218 -
CMYK 0 0.13 0.05 0.10
HSL 323.23º 0.38% 0.84% -
HSV(B) 323.23º 0.13% 0.9% -
XYZ 65.71 62.73 74.97 -
YUV 210.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 230 199 218 0 0.13 0.05 0.10 323.23 0.38 0.84
Hex E6 C7 DA 0 D 5 A 143 26 54
Octal 346 307 332 0 15 5 12 503 46 124
Binary 11100110 11000111 11011010 0 1101 101 1010 101000011 100110 1010100

Color Harmonies of #E6C7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C7DA

Black with #E6C7DA

Text Example


Text Example

White with #E6C7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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