Html Css Color HEX #DCBEB8 Cavern Pink

📋 copy color: '#DCBEB8'

red 220 ◦ green 190 ◦ blue 184

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

Shades of Cavern Pink #DCBEB8

Tints of Cavern Pink #DCBEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.98%

R = 37.04%
G = 31.99%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCBEB8 (or 0xDCBEB8) is known color: Cavern Pink. HEX triplet: DC, BE and B8. RGB value is (220,190,184). Sum of RGB (Red+Green+Blue) = 220+190+184=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEB8 is #234147. Grayscale: #C6C6C6. Windows color (decimal): -2310472 or 12107484. OLE color: 12107484.

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

Color convert

RGB 220 190 184 -
CMYK 0 0.14 0.16 0.14
HSL 10º 0.34% 0.79% -
HSV(B) 10º 0.16% 0.86% -
XYZ 56.58 55.5 53.08 -
YUV 198.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 220 190 184 0 0.14 0.16 0.14 10 0.34 0.79
Hex DC BE B8 0 E 10 E A 22 4F
Octal 334 276 270 0 16 20 16 12 42 117
Binary 11011100 10111110 10111000 0 1110 10000 1110 1010 100010 1001111

Color Harmonies of #DCBEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEB8

Black with #DCBEB8

Text Example


Text Example

White with #DCBEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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