Html Css Color HEX #DABDBB Cavern Pink

📋 copy color: '#DABDBB'

red 218 ◦ green 189 ◦ blue 187

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

Shades of Cavern Pink #DABDBB

Tints of Cavern Pink #DABDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.48%

R = 36.7%
G = 31.82%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DABDBB (or 0xDABDBB) is known color: Cavern Pink. HEX triplet: DA, BD and BB. RGB value is (218,189,187). Sum of RGB (Red+Green+Blue) = 218+189+187=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBB is #254244. Grayscale: #C5C5C5. Windows color (decimal): -2441797 or 12303834. OLE color: 12303834.

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

Color convert

RGB 218 189 187 -
CMYK 0 0.13 0.14 0.15
HSL 3.87º 0.3% 0.79% -
HSV(B) 3.87º 0.14% 0.85% -
XYZ 56.08 54.89 54.65 -
YUV 197.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 218 189 187 0 0.13 0.14 0.15 3.87 0.3 0.79
Hex DA BD BB 0 D E F 4 1E 4F
Octal 332 275 273 0 15 16 17 4 36 117
Binary 11011010 10111101 10111011 0 1101 1110 1111 100 11110 1001111

Color Harmonies of #DABDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDBB

Black with #DABDBB

Text Example


Text Example

White with #DABDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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