Html Css Color HEX #DABCB7 Cavern Pink

📋 copy color: '#DABCB7'

red 218 ◦ green 188 ◦ blue 183

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

Shades of Cavern Pink #DABCB7

Tints of Cavern Pink #DABCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.07%

R = 37.01%
G = 31.92%
B = 31.07%

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

#DABCB7 (or 0xDABCB7) is known color: Cavern Pink. HEX triplet: DA, BC and B7. RGB value is (218,188,183). Sum of RGB (Red+Green+Blue) = 218+188+183=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCB7 is #254348. Grayscale: #C4C4C4. Windows color (decimal): -2442057 or 12041434. OLE color: 12041434.

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

Color convert

RGB 218 188 183 -
CMYK 0 0.14 0.16 0.15
HSL 8.57º 0.32% 0.79% -
HSV(B) 8.57º 0.16% 0.85% -
XYZ 55.44 54.29 52.36 -
YUV 196.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 218 188 183 0 0.14 0.16 0.15 8.57 0.32 0.79
Hex DA BC B7 0 E 10 F 9 20 4F
Octal 332 274 267 0 16 20 17 11 40 117
Binary 11011010 10111100 10110111 0 1110 10000 1111 1001 100000 1001111

Color Harmonies of #DABCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCB7

Black with #DABCB7

Text Example


Text Example

White with #DABCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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