Html Css Color HEX #DDBABA Cavern Pink

📋 copy color: '#DDBABA'

red 221 ◦ green 186 ◦ blue 186

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

Shades of Cavern Pink #DDBABA

Tints of Cavern Pink #DDBABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 37.27%
G = 31.37%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDBABA (or 0xDDBABA) is known color: Cavern Pink. HEX triplet: DD, BA and BA. RGB value is (221,186,186). Sum of RGB (Red+Green+Blue) = 221+186+186=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBABA is #224545. Grayscale: #C4C4C4. Windows color (decimal): -2245958 or 12237533. OLE color: 12237533.

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

Color convert

RGB 221 186 186 -
CMYK 0 0.16 0.16 0.13
HSL 0.34% 0.8% -
HSV(B) 0.16% 0.87% -
XYZ 56.24 54.04 53.92 -
YUV 196.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 221 186 186 0 0.16 0.16 0.13 0 0.34 0.8
Hex DD BA BA 0 10 10 D 0 22 50
Octal 335 272 272 0 20 20 15 0 42 120
Binary 11011101 10111010 10111010 0 10000 10000 1101 0 100010 1010000

Color Harmonies of #DDBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBABA

Black with #DDBABA

Text Example


Text Example

White with #DDBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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