Html Css Color HEX #DFBDB4 Cavern Pink

📋 copy color: '#DFBDB4'

red 223 ◦ green 189 ◦ blue 180

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

Shades of Cavern Pink #DFBDB4

Tints of Cavern Pink #DFBDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.41%

R = 37.67%
G = 31.93%
B = 30.41%

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

#DFBDB4 (or 0xDFBDB4) is known color: Cavern Pink. HEX triplet: DF, BD and B4. RGB value is (223,189,180). Sum of RGB (Red+Green+Blue) = 223+189+180=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDB4 is #20424B. Grayscale: #C6C6C6. Windows color (decimal): -2114124 or 11845087. OLE color: 11845087.

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

Color convert

RGB 223 189 180 -
CMYK 0 0.15 0.19 0.13
HSL 12.56º 0.4% 0.79% -
HSV(B) 12.56º 0.19% 0.87% -
XYZ 56.87 55.38 50.87 -
YUV 198.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 223 189 180 0 0.15 0.19 0.13 12.56 0.4 0.79
Hex DF BD B4 0 F 13 D D 28 4F
Octal 337 275 264 0 17 23 15 15 50 117
Binary 11011111 10111101 10110100 0 1111 10011 1101 1101 101000 1001111

Color Harmonies of #DFBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDB4

Black with #DFBDB4

Text Example


Text Example

White with #DFBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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