Html Css Color HEX #DFBDB5 Cavern Pink

📋 copy color: '#DFBDB5'

red 223 ◦ green 189 ◦ blue 181

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

Shades of Cavern Pink #DFBDB5

Tints of Cavern Pink #DFBDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.52%

R = 37.61%
G = 31.87%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFBDB5 (or 0xDFBDB5) is known color: Cavern Pink. HEX triplet: DF, BD and B5. RGB value is (223,189,181). Sum of RGB (Red+Green+Blue) = 223+189+181=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDB5 is #20424A. Grayscale: #C6C6C6. Windows color (decimal): -2114123 or 11910623. OLE color: 11910623.

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

Color convert

RGB 223 189 181 -
CMYK 0 0.15 0.19 0.13
HSL 11.43º 0.4% 0.79% -
HSV(B) 11.43º 0.19% 0.87% -
XYZ 56.97 55.42 51.41 -
YUV 198.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 223 189 181 0 0.15 0.19 0.13 11.43 0.4 0.79
Hex DF BD B5 0 F 13 D B 28 4F
Octal 337 275 265 0 17 23 15 13 50 117
Binary 11011111 10111101 10110101 0 1111 10011 1101 1011 101000 1001111

Color Harmonies of #DFBDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDB5

Black with #DFBDB5

Text Example


Text Example

White with #DFBDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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