#D29EAB

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

Shades of Careys Pink #D29EAB

Tints of Careys Pink #D29EAB

Color information

#D29EAB (or 0xD29EAB) is unknown color: approx Careys Pink. HEX triplet: D2, 9E and AB. RGB value is (210,158,171). Sum of RGB (Red+Green+Blue) = 210+158+171=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29EAB is #2D6154. Grayscale: #AFAFAF. Windows color (decimal): -2974037 or 11247314. OLE color: 11247314.

HSL color Cylindrical-coordinate representation of color #D29EAB: hue angle of 345º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29EAB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210158171-
CMYK00.250.190.18
HSL345º36.62%72.16%-
HSV(B)345º24.76%82.35%-
XYZ46.1641.144.03-
YUV175.03125.73152.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=38.96%
G=29.31%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015817100.250.190.1834536.6272.16
HexD29EAB01913121592548
Octal322236253031232253145110
Binary11010010100111101010101101100110011100101010110011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29EAB; }

 p { color: rgb(210,158,171); }

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

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

 a { background-color: rgb(210,158,171); }

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

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

 span { border-color: rgb(210,158,171); }

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