Html Css Color HEX #D29BA4 Careys Pink

📋 copy color: '#D29BA4'

red 210 ◦ green 155 ◦ blue 164

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

Shades of Careys Pink #D29BA4

Tints of Careys Pink #D29BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.3%

 BLUE value IS 164 (64.45% from 255) = 31%

R = 39.7%
G = 29.3%
B = 31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D29BA4 (or 0xD29BA4) is known color: Careys Pink. HEX triplet: D2, 9B and A4. RGB value is (210,155,164). Sum of RGB (Red+Green+Blue) = 210+155+164=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D29BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29BA4 is #2D645B. Grayscale: #ACACAC. Windows color (decimal): -2974812 or 10787794. OLE color: 10787794.

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

Color convert

RGB 210 155 164 -
CMYK 0 0.26 0.22 0.18
HSL 350.18º 0.38% 0.72% -
HSV(B) 350.18º 0.26% 0.82% -
XYZ 45 39.82 40.44 -
YUV 172.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 210 155 164 0 0.26 0.22 0.18 350.18 0.38 0.72
Hex D2 9B A4 0 1A 16 12 15E 26 48
Octal 322 233 244 0 32 26 22 536 46 110
Binary 11010010 10011011 10100100 0 11010 10110 10010 101011110 100110 1001000

Color Harmonies of #D29BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BA4

Black with #D29BA4

Text Example


Text Example

White with #D29BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BA4; }

 p { color: rgb(210,155,164); }

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

background-color css

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

 a { background-color: rgb(210,155,164); }

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

border-color css

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

 span { border-color: rgb(210,155,164); }

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