Html Css Color HEX #E6C7D9 Prim

📋 copy color: '#E6C7D9'

red 230 ◦ green 199 ◦ blue 217

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

Shades of Prim #E6C7D9

Tints of Prim #E6C7D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.59%

R = 35.6%
G = 30.8%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E6C7D9 (or 0xE6C7D9) is known color: Prim. HEX triplet: E6, C7 and D9. RGB value is (230,199,217). Sum of RGB (Red+Green+Blue) = 230+199+217=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7D9 is #193826. Grayscale: #D2D2D2. Windows color (decimal): -1652775 or 14272486. OLE color: 14272486.

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

Color convert

RGB 230 199 217 -
CMYK 0 0.13 0.06 0.10
HSL 325.16º 0.38% 0.84% -
HSV(B) 325.16º 0.13% 0.9% -
XYZ 65.58 62.68 74.29 -
YUV 210.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 230 199 217 0 0.13 0.06 0.10 325.16 0.38 0.84
Hex E6 C7 D9 0 D 6 A 145 26 54
Octal 346 307 331 0 15 6 12 505 46 124
Binary 11100110 11000111 11011001 0 1101 110 1010 101000101 100110 1010100

Color Harmonies of #E6C7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C7D9

Black with #E6C7D9

Text Example


Text Example

White with #E6C7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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