Html Css Color HEX #DABBB3 Cavern Pink

📋 copy color: '#DABBB3'

red 218 ◦ green 187 ◦ blue 179

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

Shades of Cavern Pink #DABBB3

Tints of Cavern Pink #DABBB3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.02%

 BLUE value IS 179 (70.31% from 255) = 30.65%

R = 37.33%
G = 32.02%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DABBB3 (or 0xDABBB3) is known color: Cavern Pink. HEX triplet: DA, BB and B3. RGB value is (218,187,179). Sum of RGB (Red+Green+Blue) = 218+187+179=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBB3 is #25444C. Grayscale: #C3C3C3. Windows color (decimal): -2442317 or 11779034. OLE color: 11779034.

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

Color convert

RGB 218 187 179 -
CMYK 0 0.14 0.18 0.15
HSL 12.31º 0.35% 0.78% -
HSV(B) 12.31º 0.18% 0.85% -
XYZ 54.82 53.7 50.12 -
YUV 195.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 218 187 179 0 0.14 0.18 0.15 12.31 0.35 0.78
Hex DA BB B3 0 E 12 F C 23 4E
Octal 332 273 263 0 16 22 17 14 43 116
Binary 11011010 10111011 10110011 0 1110 10010 1111 1100 100011 1001110

Color Harmonies of #DABBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBB3

Black with #DABBB3

Text Example


Text Example

White with #DABBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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