Html Css Color HEX #DDBAB6 Cavern Pink

📋 copy color: '#DDBAB6'

red 221 ◦ green 186 ◦ blue 182

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

Shades of Cavern Pink #DDBAB6

Tints of Cavern Pink #DDBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.9%

R = 37.52%
G = 31.58%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DDBAB6 (or 0xDDBAB6) is known color: Cavern Pink. HEX triplet: DD, BA and B6. RGB value is (221,186,182). Sum of RGB (Red+Green+Blue) = 221+186+182=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB6 is #224549. Grayscale: #C4C4C4. Windows color (decimal): -2245962 or 11975389. OLE color: 11975389.

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

Color convert

RGB 221 186 182 -
CMYK 0 0.16 0.18 0.13
HSL 6.15º 0.36% 0.79% -
HSV(B) 6.15º 0.18% 0.87% -
XYZ 55.82 53.87 51.71 -
YUV 196.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 221 186 182 0 0.16 0.18 0.13 6.15 0.36 0.79
Hex DD BA B6 0 10 12 D 6 24 4F
Octal 335 272 266 0 20 22 15 6 44 117
Binary 11011101 10111010 10110110 0 10000 10010 1101 110 100100 1001111

Color Harmonies of #DDBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAB6

Black with #DDBAB6

Text Example


Text Example

White with #DDBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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