Html Css Color HEX #DDB1AA Cavern Pink

📋 copy color: '#DDB1AA'

red 221 ◦ green 177 ◦ blue 170

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

Shades of Cavern Pink #DDB1AA

Tints of Cavern Pink #DDB1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.93%

R = 38.91%
G = 31.16%
B = 29.93%

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

#DDB1AA (or 0xDDB1AA) is known color: Cavern Pink. HEX triplet: DD, B1 and AA. RGB value is (221,177,170). Sum of RGB (Red+Green+Blue) = 221+177+170=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB1AA is #224E55. Grayscale: #BDBDBD. Windows color (decimal): -2248278 or 11186653. OLE color: 11186653.

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

Color convert

RGB 221 177 170 -
CMYK 0 0.20 0.23 0.13
HSL 8.24º 0.43% 0.77% -
HSV(B) 8.24º 0.23% 0.87% -
XYZ 52.8 49.72 44.84 -
YUV 189.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 221 177 170 0 0.20 0.23 0.13 8.24 0.43 0.77
Hex DD B1 AA 0 14 17 D 8 2B 4D
Octal 335 261 252 0 24 27 15 10 53 115
Binary 11011101 10110001 10101010 0 10100 10111 1101 1000 101011 1001101

Color Harmonies of #DDB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1AA

Black with #DDB1AA

Text Example


Text Example

White with #DDB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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