Html Css Color HEX #D29EA7 Careys Pink

📋 copy color: '#D29EA7'

red 210 ◦ green 158 ◦ blue 167

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

Shades of Careys Pink #D29EA7

Tints of Careys Pink #D29EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.21%

R = 39.25%
G = 29.53%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D29EA7 (or 0xD29EA7) is known color: Careys Pink. HEX triplet: D2, 9E and A7. RGB value is (210,158,167). Sum of RGB (Red+Green+Blue) = 210+158+167=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29EA7 is #2D6158. Grayscale: #AEAEAE. Windows color (decimal): -2974041 or 10985170. OLE color: 10985170.

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

Color convert

RGB 210 158 167 -
CMYK 0 0.25 0.20 0.18
HSL 349.62º 0.37% 0.72% -
HSV(B) 349.62º 0.25% 0.82% -
XYZ 45.78 40.95 42.05 -
YUV 174.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 210 158 167 0 0.25 0.20 0.18 349.62 0.37 0.72
Hex D2 9E A7 0 19 14 12 15E 25 48
Octal 322 236 247 0 31 24 22 536 45 110
Binary 11010010 10011110 10100111 0 11001 10100 10010 101011110 100101 1001000

Color Harmonies of #D29EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EA7

Black with #D29EA7

Text Example


Text Example

White with #D29EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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