Html Css Color HEX #D1A4AE Careys Pink

📋 copy color: '#D1A4AE'

red 209 ◦ green 164 ◦ blue 174

#D1A4AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D1A4AE

Tints of Careys Pink #D1A4AE

RGB

 RED value IS 209 (82.03% from 255) = 38.21%

 GREEN value IS 164 (64.45% from 255) = 29.98%

 BLUE value IS 174 (68.36% from 255) = 31.81%

R = 38.21%
G = 29.98%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1A4AE (or 0xD1A4AE) is known color: Careys Pink. HEX triplet: D1, A4 and AE. RGB value is (209,164,174). Sum of RGB (Red+Green+Blue) = 209+164+174=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A4AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A4AE is #2E5B51. Grayscale: #B2B2B2. Windows color (decimal): -3038034 or 11445457. OLE color: 11445457.

HSL color Cylindrical-coordinate representation of color #D1A4AE: hue angle of 346.67º 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 #D1A4AE is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 174 -
CMYK 0 0.22 0.17 0.18
HSL 346.67º 0.33% 0.73% -
HSV(B) 346.67º 0.22% 0.82% -
XYZ 47.21 43.16 45.89 -
YUV 178.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 209 164 174 0 0.22 0.17 0.18 346.67 0.33 0.73
Hex D1 A4 AE 0 16 11 12 15B 21 49
Octal 321 244 256 0 26 21 22 533 41 111
Binary 11010001 10100100 10101110 0 10110 10001 10010 101011011 100001 1001001

Color Harmonies of #D1A4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A4AE

Black with #D1A4AE

Text Example


Text Example

White with #D1A4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A4AE; }

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

 H1.HeaderClassName
 {
   color: #D1A4AE;
 }
 .AnyTagClassName
 {
   color: #D1A4AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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