Html Css Color HEX #DDC0BB Cavern Pink

📋 copy color: '#DDC0BB'

red 221 ◦ green 192 ◦ blue 187

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

Shades of Cavern Pink #DDC0BB

Tints of Cavern Pink #DDC0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.17%

R = 36.83%
G = 32%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDC0BB (or 0xDDC0BB) is known color: Cavern Pink. HEX triplet: DD, C0 and BB. RGB value is (221,192,187). Sum of RGB (Red+Green+Blue) = 221+192+187=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0BB is #223F44. Grayscale: #C8C8C8. Windows color (decimal): -2244421 or 12304605. OLE color: 12304605.

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

Color convert

RGB 221 192 187 -
CMYK 0 0.13 0.15 0.13
HSL 8.82º 0.33% 0.8% -
HSV(B) 8.82º 0.15% 0.87% -
XYZ 57.64 56.66 54.91 -
YUV 200.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 221 192 187 0 0.13 0.15 0.13 8.82 0.33 0.8
Hex DD C0 BB 0 D F D 9 21 50
Octal 335 300 273 0 15 17 15 11 41 120
Binary 11011101 11000000 10111011 0 1101 1111 1101 1001 100001 1010000

Color Harmonies of #DDC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0BB

Black with #DDC0BB

Text Example


Text Example

White with #DDC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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