Html Css Color HEX #DABDB7 Cavern Pink

📋 copy color: '#DABDB7'

red 218 ◦ green 189 ◦ blue 183

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

Shades of Cavern Pink #DABDB7

Tints of Cavern Pink #DABDB7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.03%

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

R = 36.95%
G = 32.03%
B = 31.02%

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

#DABDB7 (or 0xDABDB7) is known color: Cavern Pink. HEX triplet: DA, BD and B7. RGB value is (218,189,183). Sum of RGB (Red+Green+Blue) = 218+189+183=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDB7 is #254248. Grayscale: #C5C5C5. Windows color (decimal): -2441801 or 12041690. OLE color: 12041690.

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

Color convert

RGB 218 189 183 -
CMYK 0 0.13 0.16 0.15
HSL 10.29º 0.32% 0.79% -
HSV(B) 10.29º 0.16% 0.85% -
XYZ 55.66 54.72 52.43 -
YUV 196.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 218 189 183 0 0.13 0.16 0.15 10.29 0.32 0.79
Hex DA BD B7 0 D 10 F A 20 4F
Octal 332 275 267 0 15 20 17 12 40 117
Binary 11011010 10111101 10110111 0 1101 10000 1111 1010 100000 1001111

Color Harmonies of #DABDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDB7

Black with #DABDB7

Text Example


Text Example

White with #DABDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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