Html Css Color HEX #DDBAB0 Cavern Pink

📋 copy color: '#DDBAB0'

red 221 ◦ green 186 ◦ blue 176

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

Shades of Cavern Pink #DDBAB0

Tints of Cavern Pink #DDBAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.9%

 BLUE value IS 176 (69.14% from 255) = 30.19%

R = 37.91%
G = 31.9%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDBAB0 (or 0xDDBAB0) is known color: Cavern Pink. HEX triplet: DD, BA and B0. RGB value is (221,186,176). Sum of RGB (Red+Green+Blue) = 221+186+176=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAB0 is #22454F. Grayscale: #C3C3C3. Windows color (decimal): -2245968 or 11582173. OLE color: 11582173.

HSL color Cylindrical-coordinate representation of color #DDBAB0: hue angle of 13.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBAB0 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 176 -
CMYK 0 0.16 0.20 0.13
HSL 13.33º 0.4% 0.78% -
HSV(B) 13.33º 0.2% 0.87% -
XYZ 55.21 53.62 48.51 -
YUV 195.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 221 186 176 0 0.16 0.20 0.13 13.33 0.4 0.78
Hex DD BA B0 0 10 14 D D 28 4E
Octal 335 272 260 0 20 24 15 15 50 116
Binary 11011101 10111010 10110000 0 10000 10100 1101 1101 101000 1001110

Color Harmonies of #DDBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAB0

Black with #DDBAB0

Text Example


Text Example

White with #DDBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAB0; }

 p { color: rgb(221,186,176); }

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

background-color css

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

 a { background-color: rgb(221,186,176); }

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

border-color css

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

 span { border-color: rgb(221,186,176); }

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