Html Css Color HEX #DBBEBC Cavern Pink

📋 copy color: '#DBBEBC'

red 219 ◦ green 190 ◦ blue 188

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

Shades of Cavern Pink #DBBEBC

Tints of Cavern Pink #DBBEBC

RGB

 RED value IS 219 (85.94% from 255) = 36.68%

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

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

R = 36.68%
G = 31.83%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBBEBC (or 0xDBBEBC) is known color: Cavern Pink. HEX triplet: DB, BE and BC. RGB value is (219,190,188). Sum of RGB (Red+Green+Blue) = 219+190+188=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEBC is #244143. Grayscale: #C6C6C6. Windows color (decimal): -2376004 or 12369627. OLE color: 12369627.

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

Color convert

RGB 219 190 188 -
CMYK 0 0.13 0.14 0.14
HSL 3.87º 0.3% 0.8% -
HSV(B) 3.87º 0.14% 0.86% -
XYZ 56.7 55.52 55.3 -
YUV 198.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 219 190 188 0 0.13 0.14 0.14 3.87 0.3 0.8
Hex DB BE BC 0 D E E 4 1E 50
Octal 333 276 274 0 15 16 16 4 36 120
Binary 11011011 10111110 10111100 0 1101 1110 1110 100 11110 1010000

Color Harmonies of #DBBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBEBC

Black with #DBBEBC

Text Example


Text Example

White with #DBBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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