Html Css Color HEX #DDB6AB Cavern Pink

📋 copy color: '#DDB6AB'

red 221 ◦ green 182 ◦ blue 171

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

Shades of Cavern Pink #DDB6AB

Tints of Cavern Pink #DDB6AB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.71%

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

R = 38.5%
G = 31.71%
B = 29.79%

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

#DDB6AB (or 0xDDB6AB) is known color: Cavern Pink. HEX triplet: DD, B6 and AB. RGB value is (221,182,171). Sum of RGB (Red+Green+Blue) = 221+182+171=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB6AB is #224954. Grayscale: #C0C0C0. Windows color (decimal): -2246997 or 11253469. OLE color: 11253469.

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

Color convert

RGB 221 182 171 -
CMYK 0 0.18 0.23 0.13
HSL 13.2º 0.42% 0.77% -
HSV(B) 13.2º 0.23% 0.87% -
XYZ 53.9 51.77 45.68 -
YUV 192.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 221 182 171 0 0.18 0.23 0.13 13.2 0.42 0.77
Hex DD B6 AB 0 12 17 D D 2A 4D
Octal 335 266 253 0 22 27 15 15 52 115
Binary 11011101 10110110 10101011 0 10010 10111 1101 1101 101010 1001101

Color Harmonies of #DDB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6AB

Black with #DDB6AB

Text Example


Text Example

White with #DDB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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