Html Css Color HEX #DABBB8 Cavern Pink

📋 copy color: '#DABBB8'

red 218 ◦ green 187 ◦ blue 184

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

Shades of Cavern Pink #DABBB8

Tints of Cavern Pink #DABBB8

RGB

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

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

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

R = 37.01%
G = 31.75%
B = 31.24%

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

#DABBB8 (or 0xDABBB8) is known color: Cavern Pink. HEX triplet: DA, BB and B8. RGB value is (218,187,184). Sum of RGB (Red+Green+Blue) = 218+187+184=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB8 is #254447. Grayscale: #C3C3C3. Windows color (decimal): -2442312 or 12106714. OLE color: 12106714.

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

Color convert

RGB 218 187 184 -
CMYK 0 0.14 0.16 0.15
HSL 5.29º 0.31% 0.79% -
HSV(B) 5.29º 0.16% 0.85% -
XYZ 55.34 53.91 52.84 -
YUV 195.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 218 187 184 0 0.14 0.16 0.15 5.29 0.31 0.79
Hex DA BB B8 0 E 10 F 5 1F 4F
Octal 332 273 270 0 16 20 17 5 37 117
Binary 11011010 10111011 10111000 0 1110 10000 1111 101 11111 1001111

Color Harmonies of #DABBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBB8

Black with #DABBB8

Text Example


Text Example

White with #DABBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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