Html Css Color HEX #D9BAB3 Cavern Pink

📋 copy color: '#D9BAB3'

red 217 ◦ green 186 ◦ blue 179

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

Shades of Cavern Pink #D9BAB3

Tints of Cavern Pink #D9BAB3

RGB

 RED value IS 217 (85.16% from 255) = 37.29%

 GREEN value IS 186 (73.05% from 255) = 31.96%

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

R = 37.29%
G = 31.96%
B = 30.76%

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

#D9BAB3 (or 0xD9BAB3) is known color: Cavern Pink. HEX triplet: D9, BA and B3. RGB value is (217,186,179). Sum of RGB (Red+Green+Blue) = 217+186+179=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BAB3 is #26454C. Grayscale: #C2C2C2. Windows color (decimal): -2508109 or 11778777. OLE color: 11778777.

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

Color convert

RGB 217 186 179 -
CMYK 0 0.14 0.18 0.15
HSL 11.05º 0.33% 0.78% -
HSV(B) 11.05º 0.18% 0.85% -
XYZ 54.31 53.12 50.04 -
YUV 194.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 217 186 179 0 0.14 0.18 0.15 11.05 0.33 0.78
Hex D9 BA B3 0 E 12 F B 21 4E
Octal 331 272 263 0 16 22 17 13 41 116
Binary 11011001 10111010 10110011 0 1110 10010 1111 1011 100001 1001110

Color Harmonies of #D9BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BAB3

Black with #D9BAB3

Text Example


Text Example

White with #D9BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BAB3; }

 p { color: rgb(217,186,179); }

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

background-color css

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

 a { background-color: rgb(217,186,179); }

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

border-color css

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

 span { border-color: rgb(217,186,179); }

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