Html Css Color HEX #DCB4B0 Cavern Pink

📋 copy color: '#DCB4B0'

red 220 ◦ green 180 ◦ blue 176

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

Shades of Cavern Pink #DCB4B0

Tints of Cavern Pink #DCB4B0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.25%

 BLUE value IS 176 (69.14% from 255) = 30.56%

R = 38.19%
G = 31.25%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCB4B0 (or 0xDCB4B0) is known color: Cavern Pink. HEX triplet: DC, B4 and B0. RGB value is (220,180,176). Sum of RGB (Red+Green+Blue) = 220+180+176=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4B0 is #234B4F. Grayscale: #BFBFBF. Windows color (decimal): -2313040 or 11580636. OLE color: 11580636.

HSL color Cylindrical-coordinate representation of color #DCB4B0: hue angle of 5.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB4B0 is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 180 176 -
CMYK 0 0.18 0.2 0.14
HSL 5.45º 0.39% 0.78% -
HSV(B) 5.45º 0.2% 0.86% -
XYZ 53.67 50.99 48.09 -
YUV 191.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 220 180 176 0 0.18 0.2 0.14 5.45 0.39 0.78
Hex DC B4 B0 0 12 14 E 5 27 4E
Octal 334 264 260 0 22 24 16 5 47 116
Binary 11011100 10110100 10110000 0 10010 10100 1110 101 100111 1001110

Color Harmonies of #DCB4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB4B0

Black with #DCB4B0

Text Example


Text Example

White with #DCB4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB4B0; }

 p { color: rgb(220,180,176); }

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

background-color css

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

 a { background-color: rgb(220,180,176); }

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

border-color css

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

 span { border-color: rgb(220,180,176); }

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