#E6CACE

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

Shades of Pale Rose #E6CACE

Tints of Pale Rose #E6CACE

Color information

#E6CACE (or 0xE6CACE) is unknown color: approx Pale Rose. HEX triplet: E6, CA and CE. RGB value is (230,202,206). Sum of RGB (Red+Green+Blue) = 230+202+206=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CACE is #193531. Grayscale: #D2D2D2. Windows color (decimal): -1652018 or 13552358. OLE color: 13552358.

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

Color convert

RGB230202206-
CMYK00.120.100.10
HSL351.43º35.9%84.71%-
HSV(B)351.43º12.17%90.2%-
XYZ64.8963.5267.23-
YUV210.83125.28141.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.05%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 206 (80.86% from 255) = 32.29%
R=36.05%
G=31.66%
B=32.29%

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
Decimal23020220600.120.100.10351.4335.984.71
HexE6CACE0CAA15f2455
Octal346312316014121253744125
Binary11100110110010101100111001100101010101010111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CACE; }

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

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

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

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

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

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

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

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