Html Css Color HEX #DDB2AD Cavern Pink

📋 copy color: '#DDB2AD'

red 221 ◦ green 178 ◦ blue 173

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

Shades of Cavern Pink #DDB2AD

Tints of Cavern Pink #DDB2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.12%

 BLUE value IS 173 (67.97% from 255) = 30.24%

R = 38.64%
G = 31.12%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDB2AD (or 0xDDB2AD) is known color: Cavern Pink. HEX triplet: DD, B2 and AD. RGB value is (221,178,173). Sum of RGB (Red+Green+Blue) = 221+178+173=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB2AD is #224D52. Grayscale: #BEBEBE. Windows color (decimal): -2248019 or 11383517. OLE color: 11383517.

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

Color convert

RGB 221 178 173 -
CMYK 0 0.19 0.22 0.13
HSL 6.25º 0.41% 0.77% -
HSV(B) 6.25º 0.22% 0.87% -
XYZ 53.28 50.23 46.42 -
YUV 190.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 221 178 173 0 0.19 0.22 0.13 6.25 0.41 0.77
Hex DD B2 AD 0 13 16 D 6 29 4D
Octal 335 262 255 0 23 26 15 6 51 115
Binary 11011101 10110010 10101101 0 10011 10110 1101 110 101001 1001101

Color Harmonies of #DDB2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2AD

Black with #DDB2AD

Text Example


Text Example

White with #DDB2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2AD; }

 p { color: rgb(221,178,173); }

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

background-color css

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

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

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

border-color css

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

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

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