Html Css Color HEX #DCBBB9 Cavern Pink

📋 copy color: '#DCBBB9'

red 220 ◦ green 187 ◦ blue 185

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

Shades of Cavern Pink #DCBBB9

Tints of Cavern Pink #DCBBB9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.59%

 BLUE value IS 185 (72.66% from 255) = 31.25%

R = 37.16%
G = 31.59%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCBBB9 (or 0xDCBBB9) is known color: Cavern Pink. HEX triplet: DC, BB and B9. RGB value is (220,187,185). Sum of RGB (Red+Green+Blue) = 220+187+185=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBB9 is #234446. Grayscale: #C4C4C4. Windows color (decimal): -2311239 or 12172252. OLE color: 12172252.

HSL color Cylindrical-coordinate representation of color #DCBBB9: hue angle of 3.43º degrees, saturation: 0.33, 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 #DCBBB9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 187 185 -
CMYK 0 0.15 0.16 0.14
HSL 3.43º 0.33% 0.79% -
HSV(B) 3.43º 0.16% 0.86% -
XYZ 56.04 54.26 53.42 -
YUV 196.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 220 187 185 0 0.15 0.16 0.14 3.43 0.33 0.79
Hex DC BB B9 0 F 10 E 3 21 4F
Octal 334 273 271 0 17 20 16 3 41 117
Binary 11011100 10111011 10111001 0 1111 10000 1110 11 100001 1001111

Color Harmonies of #DCBBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBBB9

Black with #DCBBB9

Text Example


Text Example

White with #DCBBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBBB9; }

 p { color: rgb(220,187,185); }

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

background-color css

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

 a { background-color: rgb(220,187,185); }

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

border-color css

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

 span { border-color: rgb(220,187,185); }

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