Html Css Color HEX #DABBB6 Cavern Pink

📋 copy color: '#DABBB6'

red 218 ◦ green 187 ◦ blue 182

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

Shades of Cavern Pink #DABBB6

Tints of Cavern Pink #DABBB6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.86%

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

R = 37.14%
G = 31.86%
B = 31.01%

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

#DABBB6 (or 0xDABBB6) is known color: Cavern Pink. HEX triplet: DA, BB and B6. RGB value is (218,187,182). Sum of RGB (Red+Green+Blue) = 218+187+182=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB6 is #254449. Grayscale: #C3C3C3. Windows color (decimal): -2442314 or 11975642. OLE color: 11975642.

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

Color convert

RGB 218 187 182 -
CMYK 0 0.14 0.17 0.15
HSL 8.33º 0.33% 0.78% -
HSV(B) 8.33º 0.17% 0.85% -
XYZ 55.13 53.82 51.74 -
YUV 195.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 218 187 182 0 0.14 0.17 0.15 8.33 0.33 0.78
Hex DA BB B6 0 E 11 F 8 21 4E
Octal 332 273 266 0 16 21 17 10 41 116
Binary 11011010 10111011 10110110 0 1110 10001 1111 1000 100001 1001110

Color Harmonies of #DABBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBB6

Black with #DABBB6

Text Example


Text Example

White with #DABBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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