Html Css Color HEX #DDC0BA Cavern Pink

📋 copy color: '#DDC0BA'

red 221 ◦ green 192 ◦ blue 186

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

Shades of Cavern Pink #DDC0BA

Tints of Cavern Pink #DDC0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.05%

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 36.89%
G = 32.05%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDC0BA (or 0xDDC0BA) is known color: Cavern Pink. HEX triplet: DD, C0 and BA. RGB value is (221,192,186). Sum of RGB (Red+Green+Blue) = 221+192+186=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0BA is #223F45. Grayscale: #C8C8C8. Windows color (decimal): -2244422 or 12239069. OLE color: 12239069.

HSL color Cylindrical-coordinate representation of color #DDC0BA: hue angle of 10.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC0BA is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 186 -
CMYK 0 0.13 0.16 0.13
HSL 10.29º 0.34% 0.8% -
HSV(B) 10.29º 0.16% 0.87% -
XYZ 57.53 56.62 54.35 -
YUV 199.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 221 192 186 0 0.13 0.16 0.13 10.29 0.34 0.8
Hex DD C0 BA 0 D 10 D A 22 50
Octal 335 300 272 0 15 20 15 12 42 120
Binary 11011101 11000000 10111010 0 1101 10000 1101 1010 100010 1010000

Color Harmonies of #DDC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0BA

Black with #DDC0BA

Text Example


Text Example

White with #DDC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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