Html Css Color HEX #DABEBD Cavern Pink

📋 copy color: '#DABEBD'

red 218 ◦ green 190 ◦ blue 189

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

Shades of Cavern Pink #DABEBD

Tints of Cavern Pink #DABEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.66%

R = 36.52%
G = 31.83%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DABEBD (or 0xDABEBD) is known color: Cavern Pink. HEX triplet: DA, BE and BD. RGB value is (218,190,189). Sum of RGB (Red+Green+Blue) = 218+190+189=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEBD is #254142. Grayscale: #C6C6C6. Windows color (decimal): -2441539 or 12435162. OLE color: 12435162.

HSL color Cylindrical-coordinate representation of color #DABEBD: hue angle of 2.07º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABEBD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 190 189 -
CMYK 0 0.13 0.13 0.15
HSL 2.07º 0.28% 0.8% -
HSV(B) 2.07º 0.13% 0.85% -
XYZ 56.51 55.41 55.86 -
YUV 198.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 218 190 189 0 0.13 0.13 0.15 2.07 0.28 0.8
Hex DA BE BD 0 D D F 2 1C 50
Octal 332 276 275 0 15 15 17 2 34 120
Binary 11011010 10111110 10111101 0 1101 1101 1111 10 11100 1010000

Color Harmonies of #DABEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABEBD

Black with #DABEBD

Text Example


Text Example

White with #DABEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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