Html Css Color HEX #DCBEBC Cavern Pink

📋 copy color: '#DCBEBC'

red 220 ◦ green 190 ◦ blue 188

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

Shades of Cavern Pink #DCBEBC

Tints of Cavern Pink #DCBEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 36.79%
G = 31.77%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCBEBC (or 0xDCBEBC) is known color: Cavern Pink. HEX triplet: DC, BE and BC. RGB value is (220,190,188). Sum of RGB (Red+Green+Blue) = 220+190+188=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEBC is #234143. Grayscale: #C6C6C6. Windows color (decimal): -2310468 or 12369628. OLE color: 12369628.

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

Color convert

RGB 220 190 188 -
CMYK 0 0.14 0.15 0.14
HSL 3.75º 0.31% 0.8% -
HSV(B) 3.75º 0.15% 0.86% -
XYZ 57.01 55.67 55.32 -
YUV 198.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 220 190 188 0 0.14 0.15 0.14 3.75 0.31 0.8
Hex DC BE BC 0 E F E 4 1F 50
Octal 334 276 274 0 16 17 16 4 37 120
Binary 11011100 10111110 10111100 0 1110 1111 1110 100 11111 1010000

Color Harmonies of #DCBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEBC

Black with #DCBEBC

Text Example


Text Example

White with #DCBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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