Html Css Color HEX #D29EA8 Careys Pink

📋 copy color: '#D29EA8'

red 210 ◦ green 158 ◦ blue 168

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

Shades of Careys Pink #D29EA8

Tints of Careys Pink #D29EA8

RGB

 RED value IS 210 (82.42% from 255) = 39.18%

 GREEN value IS 158 (62.11% from 255) = 29.48%

 BLUE value IS 168 (66.02% from 255) = 31.34%

R = 39.18%
G = 29.48%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D29EA8 (or 0xD29EA8) is known color: Careys Pink. HEX triplet: D2, 9E and A8. RGB value is (210,158,168). Sum of RGB (Red+Green+Blue) = 210+158+168=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29EA8 is #2D6157. Grayscale: #AEAEAE. Windows color (decimal): -2974040 or 11050706. OLE color: 11050706.

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

Color convert

RGB 210 158 168 -
CMYK 0 0.25 0.2 0.18
HSL 348.46º 0.37% 0.72% -
HSV(B) 348.46º 0.25% 0.82% -
XYZ 45.87 40.98 42.54 -
YUV 174.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 210 158 168 0 0.25 0.2 0.18 348.46 0.37 0.72
Hex D2 9E A8 0 19 14 12 15C 25 48
Octal 322 236 250 0 31 24 22 534 45 110
Binary 11010010 10011110 10101000 0 11001 10100 10010 101011100 100101 1001000

Color Harmonies of #D29EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EA8

Black with #D29EA8

Text Example


Text Example

White with #D29EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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