Html Css Color HEX #DDB4AC Cavern Pink

📋 copy color: '#DDB4AC'

red 221 ◦ green 180 ◦ blue 172

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

Shades of Cavern Pink #DDB4AC

Tints of Cavern Pink #DDB4AC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.41%

 BLUE value IS 172 (67.58% from 255) = 30.02%

R = 38.57%
G = 31.41%
B = 30.02%

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

#DDB4AC (or 0xDDB4AC) is known color: Cavern Pink. HEX triplet: DD, B4 and AC. RGB value is (221,180,172). Sum of RGB (Red+Green+Blue) = 221+180+172=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB4AC is #224B53. Grayscale: #BFBFBF. Windows color (decimal): -2247508 or 11318493. OLE color: 11318493.

HSL color Cylindrical-coordinate representation of color #DDB4AC: hue angle of 9.8º degrees, saturation: 0.42, 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 #DDB4AC is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 172 -
CMYK 0 0.19 0.22 0.13
HSL 9.8º 0.42% 0.77% -
HSV(B) 9.8º 0.22% 0.87% -
XYZ 53.59 50.99 46.05 -
YUV 191.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 221 180 172 0 0.19 0.22 0.13 9.8 0.42 0.77
Hex DD B4 AC 0 13 16 D A 2A 4D
Octal 335 264 254 0 23 26 15 12 52 115
Binary 11011101 10110100 10101100 0 10011 10110 1101 1010 101010 1001101

Color Harmonies of #DDB4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4AC

Black with #DDB4AC

Text Example


Text Example

White with #DDB4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4AC; }

 p { color: rgb(221,180,172); }

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

background-color css

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

 a { background-color: rgb(221,180,172); }

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

border-color css

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

 span { border-color: rgb(221,180,172); }

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