#E6C8CD

Color #E6C8CD Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #E6C8CD

Tints of Prim #E6C8CD

Color information

#E6C8CD (or 0xE6C8CD) is unknown color: approx Prim. HEX triplet: E6, C8 and CD. RGB value is (230,200,205). Sum of RGB (Red+Green+Blue) = 230+200+205=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8CD is #193732. Grayscale: #D1D1D1. Windows color (decimal): -1652531 or 13486310. OLE color: 13486310.

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

Color convert

RGB230200205-
CMYK00.130.110.10
HSL350º37.5%84.31%-
HSV(B)350º13.04%90.2%-
XYZ64.3162.5466.44-
YUV209.54125.44142.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=36.22%
G=31.50%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020020500.130.110.1035037.584.31
HexE6C8CD0DBA15e2654
Octal346310315015131253646124
Binary11100110110010001100110101101101110101010111101001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C8CD; }

 p { color: rgb(230,200,205); }

 H1.HeaderClassName
 {
   color: #E6C8CD;
 }
 .AnyTagClassName
 {
   color: #E6C8CD;
 }
</style>
background-color css

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

 a { background-color: rgb(230,200,205); }

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

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

 span { border-color: rgb(230,200,205); }

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