Html Css Color HEX #DDB3AE Cavern Pink

📋 copy color: '#DDB3AE'

red 221 ◦ green 179 ◦ blue 174

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

Shades of Cavern Pink #DDB3AE

Tints of Cavern Pink #DDB3AE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.18%

 BLUE value IS 174 (68.36% from 255) = 30.31%

R = 38.5%
G = 31.18%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDB3AE (or 0xDDB3AE) is known color: Cavern Pink. HEX triplet: DD, B3 and AE. RGB value is (221,179,174). Sum of RGB (Red+Green+Blue) = 221+179+174=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB3AE is #224C51. Grayscale: #BFBFBF. Windows color (decimal): -2247762 or 11449309. OLE color: 11449309.

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

Color convert

RGB 221 179 174 -
CMYK 0 0.19 0.21 0.13
HSL 6.38º 0.41% 0.77% -
HSV(B) 6.38º 0.21% 0.87% -
XYZ 53.58 50.67 47 -
YUV 190.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 221 179 174 0 0.19 0.21 0.13 6.38 0.41 0.77
Hex DD B3 AE 0 13 15 D 6 29 4D
Octal 335 263 256 0 23 25 15 6 51 115
Binary 11011101 10110011 10101110 0 10011 10101 1101 110 101001 1001101

Color Harmonies of #DDB3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3AE

Black with #DDB3AE

Text Example


Text Example

White with #DDB3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3AE; }

 p { color: rgb(221,179,174); }

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

background-color css

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

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

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

border-color css

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

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

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