Html Css Color HEX #DCBEBD Cavern Pink

📋 copy color: '#DCBEBD'

red 220 ◦ green 190 ◦ blue 189

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

Shades of Cavern Pink #DCBEBD

Tints of Cavern Pink #DCBEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 36.73%
G = 31.72%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCBEBD (or 0xDCBEBD) is known color: Cavern Pink. HEX triplet: DC, BE and BD. RGB value is (220,190,189). Sum of RGB (Red+Green+Blue) = 220+190+189=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEBD is #234142. Grayscale: #C6C6C6. Windows color (decimal): -2310467 or 12435164. OLE color: 12435164.

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

Color convert

RGB 220 190 189 -
CMYK 0 0.14 0.14 0.14
HSL 1.94º 0.31% 0.8% -
HSV(B) 1.94º 0.14% 0.86% -
XYZ 57.11 55.72 55.89 -
YUV 198.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 220 190 189 0 0.14 0.14 0.14 1.94 0.31 0.8
Hex DC BE BD 0 E E E 2 1F 50
Octal 334 276 275 0 16 16 16 2 37 120
Binary 11011100 10111110 10111101 0 1110 1110 1110 10 11111 1010000

Color Harmonies of #DCBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEBD

Black with #DCBEBD

Text Example


Text Example

White with #DCBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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