Html Css Color HEX #DDB1AB Cavern Pink

📋 copy color: '#DDB1AB'

red 221 ◦ green 177 ◦ blue 171

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

Shades of Cavern Pink #DDB1AB

Tints of Cavern Pink #DDB1AB

RGB

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

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

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

R = 38.84%
G = 31.11%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDB1AB (or 0xDDB1AB) is known color: Cavern Pink. HEX triplet: DD, B1 and AB. RGB value is (221,177,171). Sum of RGB (Red+Green+Blue) = 221+177+171=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB1AB is #224E54. Grayscale: #BDBDBD. Windows color (decimal): -2248277 or 11252189. OLE color: 11252189.

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

Color convert

RGB 221 177 171 -
CMYK 0 0.20 0.23 0.13
HSL 7.2º 0.42% 0.77% -
HSV(B) 7.2º 0.23% 0.87% -
XYZ 52.89 49.76 45.34 -
YUV 189.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 221 177 171 0 0.20 0.23 0.13 7.2 0.42 0.77
Hex DD B1 AB 0 14 17 D 7 2A 4D
Octal 335 261 253 0 24 27 15 7 52 115
Binary 11011101 10110001 10101011 0 10100 10111 1101 111 101010 1001101

Color Harmonies of #DDB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1AB

Black with #DDB1AB

Text Example


Text Example

White with #DDB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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