Html Css Color HEX #DDBAB5 Cavern Pink

📋 copy color: '#DDBAB5'

red 221 ◦ green 186 ◦ blue 181

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

Shades of Cavern Pink #DDBAB5

Tints of Cavern Pink #DDBAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.78%

R = 37.59%
G = 31.63%
B = 30.78%

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

#DDBAB5 (or 0xDDBAB5) is known color: Cavern Pink. HEX triplet: DD, BA and B5. RGB value is (221,186,181). Sum of RGB (Red+Green+Blue) = 221+186+181=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAB5 is #22454A. Grayscale: #C3C3C3. Windows color (decimal): -2245963 or 11909853. OLE color: 11909853.

HSL color Cylindrical-coordinate representation of color #DDBAB5: hue angle of 7.5º degrees, saturation: 0.37, 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 #DDBAB5 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 181 -
CMYK 0 0.16 0.18 0.13
HSL 7.5º 0.37% 0.79% -
HSV(B) 7.5º 0.18% 0.87% -
XYZ 55.72 53.83 51.17 -
YUV 195.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 221 186 181 0 0.16 0.18 0.13 7.5 0.37 0.79
Hex DD BA B5 0 10 12 D 8 25 4F
Octal 335 272 265 0 20 22 15 10 45 117
Binary 11011101 10111010 10110101 0 10000 10010 1101 1000 100101 1001111

Color Harmonies of #DDBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBAB5

Black with #DDBAB5

Text Example


Text Example

White with #DDBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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