Html Css Color HEX #DAB8B2 Cavern Pink

📋 copy color: '#DAB8B2'

red 218 ◦ green 184 ◦ blue 178

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

Shades of Cavern Pink #DAB8B2

Tints of Cavern Pink #DAB8B2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.72%

 BLUE value IS 178 (69.92% from 255) = 30.69%

R = 37.59%
G = 31.72%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DAB8B2 (or 0xDAB8B2) is known color: Cavern Pink. HEX triplet: DA, B8 and B2. RGB value is (218,184,178). Sum of RGB (Red+Green+Blue) = 218+184+178=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB8B2 is #25474D. Grayscale: #C1C1C1. Windows color (decimal): -2443086 or 11712730. OLE color: 11712730.

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

Color convert

RGB 218 184 178 -
CMYK 0 0.16 0.18 0.15
HSL 0.35% 0.78% -
HSV(B) 0.18% 0.85% -
XYZ 54.09 52.4 49.38 -
YUV 193.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 218 184 178 0 0.16 0.18 0.15 9 0.35 0.78
Hex DA B8 B2 0 10 12 F 9 23 4E
Octal 332 270 262 0 20 22 17 11 43 116
Binary 11011010 10111000 10110010 0 10000 10010 1111 1001 100011 1001110

Color Harmonies of #DAB8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB8B2

Black with #DAB8B2

Text Example


Text Example

White with #DAB8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB8B2; }

 p { color: rgb(218,184,178); }

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

background-color css

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

 a { background-color: rgb(218,184,178); }

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

border-color css

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

 span { border-color: rgb(218,184,178); }

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