Html Css Color HEX #DFBDB1 Cavern Pink

📋 copy color: '#DFBDB1'

red 223 ◦ green 189 ◦ blue 177

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

Shades of Cavern Pink #DFBDB1

Tints of Cavern Pink #DFBDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.05%

R = 37.86%
G = 32.09%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DFBDB1 (or 0xDFBDB1) is known color: Cavern Pink. HEX triplet: DF, BD and B1. RGB value is (223,189,177). Sum of RGB (Red+Green+Blue) = 223+189+177=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDB1 is #20424E. Grayscale: #C5C5C5. Windows color (decimal): -2114127 or 11648479. OLE color: 11648479.

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

Color convert

RGB 223 189 177 -
CMYK 0 0.15 0.21 0.13
HSL 15.65º 0.42% 0.78% -
HSV(B) 15.65º 0.21% 0.87% -
XYZ 56.56 55.26 49.28 -
YUV 197.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 223 189 177 0 0.15 0.21 0.13 15.65 0.42 0.78
Hex DF BD B1 0 F 15 D 10 2A 4E
Octal 337 275 261 0 17 25 15 20 52 116
Binary 11011111 10111101 10110001 0 1111 10101 1101 10000 101010 1001110

Color Harmonies of #DFBDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDB1

Black with #DFBDB1

Text Example


Text Example

White with #DFBDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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