Html Css Color HEX #DDB6AE Cavern Pink

📋 copy color: '#DDB6AE'

red 221 ◦ green 182 ◦ blue 174

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

Shades of Cavern Pink #DDB6AE

Tints of Cavern Pink #DDB6AE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.54%

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

R = 38.3%
G = 31.54%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DDB6AE (or 0xDDB6AE) is known color: Cavern Pink. HEX triplet: DD, B6 and AE. RGB value is (221,182,174). Sum of RGB (Red+Green+Blue) = 221+182+174=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB6AE is #224951. Grayscale: #C0C0C0. Windows color (decimal): -2246994 or 11450077. OLE color: 11450077.

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

Color convert

RGB 221 182 174 -
CMYK 0 0.18 0.21 0.13
HSL 10.21º 0.41% 0.77% -
HSV(B) 10.21º 0.21% 0.87% -
XYZ 54.19 51.88 47.2 -
YUV 192.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 221 182 174 0 0.18 0.21 0.13 10.21 0.41 0.77
Hex DD B6 AE 0 12 15 D A 29 4D
Octal 335 266 256 0 22 25 15 12 51 115
Binary 11011101 10110110 10101110 0 10010 10101 1101 1010 101001 1001101

Color Harmonies of #DDB6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6AE

Black with #DDB6AE

Text Example


Text Example

White with #DDB6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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