Html Css Color HEX #DABCB6 Cavern Pink

📋 copy color: '#DABCB6'

red 218 ◦ green 188 ◦ blue 182

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

Shades of Cavern Pink #DABCB6

Tints of Cavern Pink #DABCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.95%

R = 37.07%
G = 31.97%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DABCB6 (or 0xDABCB6) is known color: Cavern Pink. HEX triplet: DA, BC and B6. RGB value is (218,188,182). Sum of RGB (Red+Green+Blue) = 218+188+182=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB6 is #254349. Grayscale: #C4C4C4. Windows color (decimal): -2442058 or 11975898. OLE color: 11975898.

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

Color convert

RGB 218 188 182 -
CMYK 0 0.14 0.17 0.15
HSL 10º 0.33% 0.78% -
HSV(B) 10º 0.17% 0.85% -
XYZ 55.34 54.25 51.81 -
YUV 196.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 218 188 182 0 0.14 0.17 0.15 10 0.33 0.78
Hex DA BC B6 0 E 11 F A 21 4E
Octal 332 274 266 0 16 21 17 12 41 116
Binary 11011010 10111100 10110110 0 1110 10001 1111 1010 100001 1001110

Color Harmonies of #DABCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCB6

Black with #DABCB6

Text Example


Text Example

White with #DABCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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