Html Css Color HEX #DDB5AB Cavern Pink

📋 copy color: '#DDB5AB'

red 221 ◦ green 181 ◦ blue 171

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

Shades of Cavern Pink #DDB5AB

Tints of Cavern Pink #DDB5AB

RGB

 RED value IS 221 (86.72% from 255) = 38.57%

 GREEN value IS 181 (71.09% from 255) = 31.59%

 BLUE value IS 171 (67.19% from 255) = 29.84%

R = 38.57%
G = 31.59%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDB5AB (or 0xDDB5AB) is known color: Cavern Pink. HEX triplet: DD, B5 and AB. RGB value is (221,181,171). Sum of RGB (Red+Green+Blue) = 221+181+171=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5AB is #224A54. Grayscale: #BFBFBF. Windows color (decimal): -2247253 or 11253213. OLE color: 11253213.

HSL color Cylindrical-coordinate representation of color #DDB5AB: hue angle of 12º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB5AB is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 171 -
CMYK 0 0.18 0.23 0.13
HSL 12º 0.42% 0.77% -
HSV(B) 12º 0.23% 0.87% -
XYZ 53.69 51.36 45.61 -
YUV 191.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 221 181 171 0 0.18 0.23 0.13 12 0.42 0.77
Hex DD B5 AB 0 12 17 D C 2A 4D
Octal 335 265 253 0 22 27 15 14 52 115
Binary 11011101 10110101 10101011 0 10010 10111 1101 1100 101010 1001101

Color Harmonies of #DDB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5AB

Black with #DDB5AB

Text Example


Text Example

White with #DDB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5AB; }

 p { color: rgb(221,181,171); }

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

background-color css

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

 a { background-color: rgb(221,181,171); }

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

border-color css

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

 span { border-color: rgb(221,181,171); }

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