Html Css Color HEX #DDC0BE Cavern Pink

📋 copy color: '#DDC0BE'

red 221 ◦ green 192 ◦ blue 190

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

Shades of Cavern Pink #DDC0BE

Tints of Cavern Pink #DDC0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 36.65%
G = 31.84%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDC0BE (or 0xDDC0BE) is known color: Cavern Pink. HEX triplet: DD, C0 and BE. RGB value is (221,192,190). Sum of RGB (Red+Green+Blue) = 221+192+190=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0BE is #223F41. Grayscale: #C8C8C8. Windows color (decimal): -2244418 or 12501213. OLE color: 12501213.

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

Color convert

RGB 221 192 190 -
CMYK 0 0.13 0.14 0.13
HSL 3.87º 0.31% 0.81% -
HSV(B) 3.87º 0.14% 0.87% -
XYZ 57.96 56.79 56.62 -
YUV 200.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 221 192 190 0 0.13 0.14 0.13 3.87 0.31 0.81
Hex DD C0 BE 0 D E D 4 1F 51
Octal 335 300 276 0 15 16 15 4 37 121
Binary 11011101 11000000 10111110 0 1101 1110 1101 100 11111 1010001

Color Harmonies of #DDC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0BE

Black with #DDC0BE

Text Example


Text Example

White with #DDC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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