Html Css Color HEX #DDB2AE Cavern Pink

📋 copy color: '#DDB2AE'

red 221 ◦ green 178 ◦ blue 174

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

Shades of Cavern Pink #DDB2AE

Tints of Cavern Pink #DDB2AE

RGB

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

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

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

R = 38.57%
G = 31.06%
B = 30.37%

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

#DDB2AE (or 0xDDB2AE) is known color: Cavern Pink. HEX triplet: DD, B2 and AE. RGB value is (221,178,174). Sum of RGB (Red+Green+Blue) = 221+178+174=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB2AE is #224D51. Grayscale: #BEBEBE. Windows color (decimal): -2248018 or 11449053. OLE color: 11449053.

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

Color convert

RGB 221 178 174 -
CMYK 0 0.19 0.21 0.13
HSL 5.11º 0.41% 0.77% -
HSV(B) 5.11º 0.21% 0.87% -
XYZ 53.38 50.27 46.93 -
YUV 190.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 221 178 174 0 0.19 0.21 0.13 5.11 0.41 0.77
Hex DD B2 AE 0 13 15 D 5 29 4D
Octal 335 262 256 0 23 25 15 5 51 115
Binary 11011101 10110010 10101110 0 10011 10101 1101 101 101001 1001101

Color Harmonies of #DDB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2AE

Black with #DDB2AE

Text Example


Text Example

White with #DDB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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