Html Css Color HEX #DFBDB9 Cavern Pink

📋 copy color: '#DFBDB9'

red 223 ◦ green 189 ◦ blue 185

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

Shades of Cavern Pink #DFBDB9

Tints of Cavern Pink #DFBDB9

RGB

 RED value IS 223 (87.5% from 255) = 37.35%

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

 BLUE value IS 185 (72.66% from 255) = 30.99%

R = 37.35%
G = 31.66%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DFBDB9 (or 0xDFBDB9) is known color: Cavern Pink. HEX triplet: DF, BD and B9. RGB value is (223,189,185). Sum of RGB (Red+Green+Blue) = 223+189+185=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDB9 is #204246. Grayscale: #C6C6C6. Windows color (decimal): -2114119 or 12172767. OLE color: 12172767.

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

Color convert

RGB 223 189 185 -
CMYK 0 0.15 0.17 0.13
HSL 6.32º 0.37% 0.8% -
HSV(B) 6.32º 0.17% 0.87% -
XYZ 57.39 55.59 53.6 -
YUV 198.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 223 189 185 0 0.15 0.17 0.13 6.32 0.37 0.8
Hex DF BD B9 0 F 11 D 6 25 50
Octal 337 275 271 0 17 21 15 6 45 120
Binary 11011111 10111101 10111001 0 1111 10001 1101 110 100101 1010000

Color Harmonies of #DFBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDB9

Black with #DFBDB9

Text Example


Text Example

White with #DFBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDB9; }

 p { color: rgb(223,189,185); }

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

background-color css

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

 a { background-color: rgb(223,189,185); }

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

border-color css

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

 span { border-color: rgb(223,189,185); }

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