Html Css Color HEX #DDB3AD Cavern Pink

📋 copy color: '#DDB3AD'

red 221 ◦ green 179 ◦ blue 173

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

Shades of Cavern Pink #DDB3AD

Tints of Cavern Pink #DDB3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.24%

 BLUE value IS 173 (67.97% from 255) = 30.19%

R = 38.57%
G = 31.24%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDB3AD (or 0xDDB3AD) is known color: Cavern Pink. HEX triplet: DD, B3 and AD. RGB value is (221,179,173). Sum of RGB (Red+Green+Blue) = 221+179+173=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB3AD is #224C52. Grayscale: #BEBEBE. Windows color (decimal): -2247763 or 11383773. OLE color: 11383773.

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

Color convert

RGB 221 179 173 -
CMYK 0 0.19 0.22 0.13
HSL 7.5º 0.41% 0.77% -
HSV(B) 7.5º 0.22% 0.87% -
XYZ 53.48 50.63 46.49 -
YUV 190.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 221 179 173 0 0.19 0.22 0.13 7.5 0.41 0.77
Hex DD B3 AD 0 13 16 D 8 29 4D
Octal 335 263 255 0 23 26 15 10 51 115
Binary 11011101 10110011 10101101 0 10011 10110 1101 1000 101001 1001101

Color Harmonies of #DDB3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3AD

Black with #DDB3AD

Text Example


Text Example

White with #DDB3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3AD; }

 p { color: rgb(221,179,173); }

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

background-color css

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

 a { background-color: rgb(221,179,173); }

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

border-color css

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

 span { border-color: rgb(221,179,173); }

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