#D1A3AE

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

Shades of Careys Pink #D1A3AE

Tints of Careys Pink #D1A3AE

Color information

#D1A3AE (or 0xD1A3AE) is unknown color: approx Careys Pink. HEX triplet: D1, A3 and AE. RGB value is (209,163,174). Sum of RGB (Red+Green+Blue) = 209+163+174=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A3AE is #2E5C51. Grayscale: #B2B2B2. Windows color (decimal): -3038290 or 11445201. OLE color: 11445201.

HSL color Cylindrical-coordinate representation of color #D1A3AE: hue angle of 345.65º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A3AE is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209163174-
CMYK00.220.170.18
HSL345.65º33.33%72.94%-
HSV(B)345.65º22.01%81.96%-
XYZ47.0342.8145.83-
YUV178.01125.74150.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 163 (64.06% from 255) = 29.85%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=38.28%
G=29.85%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916317400.220.170.18345.6533.3372.94
HexD1A3AE016111215a2149
Octal321243256026212253241111
Binary11010001101000111010111001011010001100101010110101000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A3AE; }

 p { color: rgb(209,163,174); }

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

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

 a { background-color: rgb(209,163,174); }

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

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

 span { border-color: rgb(209,163,174); }

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