#E6CAD0

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

Shades of Prim #E6CAD0

Tints of Prim #E6CAD0

Color information

#E6CAD0 (or 0xE6CAD0) is unknown color: approx Prim. HEX triplet: E6, CA and D0. RGB value is (230,202,208). Sum of RGB (Red+Green+Blue) = 230+202+208=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAD0 is #19352F. Grayscale: #D3D3D3. Windows color (decimal): -1652016 or 13683430. OLE color: 13683430.

HSL color Cylindrical-coordinate representation of color #E6CAD0: hue angle of 347.14º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CAD0 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230202208-
CMYK00.120.100.10
HSL347.14º35.9%84.71%-
HSV(B)347.14º12.17%90.2%-
XYZ65.1463.6268.52-
YUV211.06126.28141.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 208 (81.64% from 255) = 32.5%
R=35.94%
G=31.56%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020220800.120.100.10347.1435.984.71
HexE6CAD00CAA15b2455
Octal346312320014121253344125
Binary11100110110010101101000001100101010101010110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAD0; }

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

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

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

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

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

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

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

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