#E6CADA

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

Shades of Prim #E6CADA

Tints of Prim #E6CADA

Color information

#E6CADA (or 0xE6CADA) is unknown color: approx Prim. HEX triplet: E6, CA and DA. RGB value is (230,202,218). Sum of RGB (Red+Green+Blue) = 230+202+218=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CADA is #193525. Grayscale: #D4D4D4. Windows color (decimal): -1652006 or 14338790. OLE color: 14338790.

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

Color convert

RGB230202218-
CMYK00.120.050.10
HSL325.71º35.9%84.71%-
HSV(B)325.71º12.17%90.2%-
XYZ66.4164.1375.21-
YUV212.2131.28140.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.38%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=35.38%
G=31.08%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020221800.120.050.10325.7135.984.71
HexE6CADA0C5A1462455
Octal34631233201451250644125
Binary1110011011001010110110100110010110101010001101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CADA; }

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

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

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

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

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

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

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

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