Html Css Color HEX #DABEB8 Cavern Pink

📋 copy color: '#DABEB8'

red 218 ◦ green 190 ◦ blue 184

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

Shades of Cavern Pink #DABEB8

Tints of Cavern Pink #DABEB8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.09%

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

R = 36.82%
G = 32.09%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DABEB8 (or 0xDABEB8) is known color: Cavern Pink. HEX triplet: DA, BE and B8. RGB value is (218,190,184). Sum of RGB (Red+Green+Blue) = 218+190+184=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEB8 is #254147. Grayscale: #C5C5C5. Windows color (decimal): -2441544 or 12107482. OLE color: 12107482.

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

Color convert

RGB 218 190 184 -
CMYK 0 0.13 0.16 0.15
HSL 10.59º 0.31% 0.79% -
HSV(B) 10.59º 0.16% 0.85% -
XYZ 55.98 55.19 53.05 -
YUV 197.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 218 190 184 0 0.13 0.16 0.15 10.59 0.31 0.79
Hex DA BE B8 0 D 10 F B 1F 4F
Octal 332 276 270 0 15 20 17 13 37 117
Binary 11011010 10111110 10111000 0 1101 10000 1111 1011 11111 1001111

Color Harmonies of #DABEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEB8

Black with #DABEB8

Text Example


Text Example

White with #DABEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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