Html Css Color HEX #DABCBC Cavern Pink

📋 copy color: '#DABCBC'

red 218 ◦ green 188 ◦ blue 188

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

Shades of Cavern Pink #DABCBC

Tints of Cavern Pink #DABCBC

RGB

 RED value IS 218 (85.55% from 255) = 36.7%

 GREEN value IS 188 (73.83% from 255) = 31.65%

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

R = 36.7%
G = 31.65%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DABCBC (or 0xDABCBC) is known color: Cavern Pink. HEX triplet: DA, BC and BC. RGB value is (218,188,188). Sum of RGB (Red+Green+Blue) = 218+188+188=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCBC is #254343. Grayscale: #C5C5C5. Windows color (decimal): -2442052 or 12369114. OLE color: 12369114.

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

Color convert

RGB 218 188 188 -
CMYK 0 0.14 0.14 0.15
HSL 0.29% 0.8% -
HSV(B) 0.14% 0.85% -
XYZ 55.97 54.5 55.15 -
YUV 196.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 218 188 188 0 0.14 0.14 0.15 0 0.29 0.8
Hex DA BC BC 0 E E F 0 1D 50
Octal 332 274 274 0 16 16 17 0 35 120
Binary 11011010 10111100 10111100 0 1110 1110 1111 0 11101 1010000

Color Harmonies of #DABCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCBC

Black with #DABCBC

Text Example


Text Example

White with #DABCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCBC; }

 p { color: rgb(218,188,188); }

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

background-color css

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

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

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

border-color css

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

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

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