Html Css Color HEX #DDB1AC Cavern Pink

📋 copy color: '#DDB1AC'

red 221 ◦ green 177 ◦ blue 172

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

Shades of Cavern Pink #DDB1AC

Tints of Cavern Pink #DDB1AC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.05%

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

R = 38.77%
G = 31.05%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDB1AC (or 0xDDB1AC) is known color: Cavern Pink. HEX triplet: DD, B1 and AC. RGB value is (221,177,172). Sum of RGB (Red+Green+Blue) = 221+177+172=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB1AC is #224E53. Grayscale: #BDBDBD. Windows color (decimal): -2248276 or 11317725. OLE color: 11317725.

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

Color convert

RGB 221 177 172 -
CMYK 0 0.20 0.22 0.13
HSL 6.12º 0.42% 0.77% -
HSV(B) 6.12º 0.22% 0.87% -
XYZ 52.99 49.79 45.85 -
YUV 189.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 221 177 172 0 0.20 0.22 0.13 6.12 0.42 0.77
Hex DD B1 AC 0 14 16 D 6 2A 4D
Octal 335 261 254 0 24 26 15 6 52 115
Binary 11011101 10110001 10101100 0 10100 10110 1101 110 101010 1001101

Color Harmonies of #DDB1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1AC

Black with #DDB1AC

Text Example


Text Example

White with #DDB1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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