Html Css Color HEX #DABBB7 Cavern Pink

📋 copy color: '#DABBB7'

red 218 ◦ green 187 ◦ blue 183

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

Shades of Cavern Pink #DABBB7

Tints of Cavern Pink #DABBB7

RGB

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

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

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

R = 37.07%
G = 31.8%
B = 31.12%

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

#DABBB7 (or 0xDABBB7) is known color: Cavern Pink. HEX triplet: DA, BB and B7. RGB value is (218,187,183). Sum of RGB (Red+Green+Blue) = 218+187+183=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB7 is #254448. Grayscale: #C3C3C3. Windows color (decimal): -2442313 or 12041178. OLE color: 12041178.

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

Color convert

RGB 218 187 183 -
CMYK 0 0.14 0.16 0.15
HSL 6.86º 0.32% 0.79% -
HSV(B) 6.86º 0.16% 0.85% -
XYZ 55.23 53.86 52.29 -
YUV 195.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 218 187 183 0 0.14 0.16 0.15 6.86 0.32 0.79
Hex DA BB B7 0 E 10 F 7 20 4F
Octal 332 273 267 0 16 20 17 7 40 117
Binary 11011010 10111011 10110111 0 1110 10000 1111 111 100000 1001111

Color Harmonies of #DABBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBB7

Black with #DABBB7

Text Example


Text Example

White with #DABBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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