Html Css Color HEX #DCBEB6 Cavern Pink

📋 copy color: '#DCBEB6'

red 220 ◦ green 190 ◦ blue 182

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

Shades of Cavern Pink #DCBEB6

Tints of Cavern Pink #DCBEB6

RGB

 RED value IS 220 (86.33% from 255) = 37.16%

 GREEN value IS 190 (74.61% from 255) = 32.09%

 BLUE value IS 182 (71.48% from 255) = 30.74%

R = 37.16%
G = 32.09%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DCBEB6 (or 0xDCBEB6) is known color: Cavern Pink. HEX triplet: DC, BE and B6. RGB value is (220,190,182). Sum of RGB (Red+Green+Blue) = 220+190+182=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEB6 is #234149. Grayscale: #C6C6C6. Windows color (decimal): -2310474 or 11976412. OLE color: 11976412.

HSL color Cylindrical-coordinate representation of color #DCBEB6: hue angle of 12.63º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBEB6 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 182 -
CMYK 0 0.14 0.17 0.14
HSL 12.63º 0.35% 0.79% -
HSV(B) 12.63º 0.17% 0.86% -
XYZ 56.37 55.42 51.98 -
YUV 198.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 220 190 182 0 0.14 0.17 0.14 12.63 0.35 0.79
Hex DC BE B6 0 E 11 E D 23 4F
Octal 334 276 266 0 16 21 16 15 43 117
Binary 11011100 10111110 10110110 0 1110 10001 1110 1101 100011 1001111

Color Harmonies of #DCBEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEB6

Black with #DCBEB6

Text Example


Text Example

White with #DCBEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEB6; }

 p { color: rgb(220,190,182); }

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

background-color css

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

 a { background-color: rgb(220,190,182); }

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

border-color css

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

 span { border-color: rgb(220,190,182); }

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