Html Css Color HEX #DABAB4 Cavern Pink

📋 copy color: '#DABAB4'

red 218 ◦ green 186 ◦ blue 180

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

Shades of Cavern Pink #DABAB4

Tints of Cavern Pink #DABAB4

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.85%

 BLUE value IS 180 (70.7% from 255) = 30.82%

R = 37.33%
G = 31.85%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DABAB4 (or 0xDABAB4) is known color: Cavern Pink. HEX triplet: DA, BA and B4. RGB value is (218,186,180). Sum of RGB (Red+Green+Blue) = 218+186+180=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DABAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAB4 is #25454B. Grayscale: #C2C2C2. Windows color (decimal): -2442572 or 11844314. OLE color: 11844314.

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

Color convert

RGB 218 186 180 -
CMYK 0 0.15 0.17 0.15
HSL 9.47º 0.34% 0.78% -
HSV(B) 9.47º 0.17% 0.85% -
XYZ 54.71 53.32 50.59 -
YUV 194.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 218 186 180 0 0.15 0.17 0.15 9.47 0.34 0.78
Hex DA BA B4 0 F 11 F 9 22 4E
Octal 332 272 264 0 17 21 17 11 42 116
Binary 11011010 10111010 10110100 0 1111 10001 1111 1001 100010 1001110

Color Harmonies of #DABAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAB4

Black with #DABAB4

Text Example


Text Example

White with #DABAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAB4; }

 p { color: rgb(218,186,180); }

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

background-color css

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

 a { background-color: rgb(218,186,180); }

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

border-color css

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

 span { border-color: rgb(218,186,180); }

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