Html Css Color HEX #DABCB8 Cavern Pink

📋 copy color: '#DABCB8'

red 218 ◦ green 188 ◦ blue 184

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

Shades of Cavern Pink #DABCB8

Tints of Cavern Pink #DABCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.19%

R = 36.95%
G = 31.86%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DABCB8 (or 0xDABCB8) is known color: Cavern Pink. HEX triplet: DA, BC and B8. RGB value is (218,188,184). Sum of RGB (Red+Green+Blue) = 218+188+184=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB8 is #254347. Grayscale: #C4C4C4. Windows color (decimal): -2442056 or 12106970. OLE color: 12106970.

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

Color convert

RGB 218 188 184 -
CMYK 0 0.14 0.16 0.15
HSL 7.06º 0.31% 0.79% -
HSV(B) 7.06º 0.16% 0.85% -
XYZ 55.55 54.33 52.91 -
YUV 196.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 218 188 184 0 0.14 0.16 0.15 7.06 0.31 0.79
Hex DA BC B8 0 E 10 F 7 1F 4F
Octal 332 274 270 0 16 20 17 7 37 117
Binary 11011010 10111100 10111000 0 1110 10000 1111 111 11111 1001111

Color Harmonies of #DABCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCB8

Black with #DABCB8

Text Example


Text Example

White with #DABCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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