Html Css Color HEX #DFBDB2 Cavern Pink

📋 copy color: '#DFBDB2'

red 223 ◦ green 189 ◦ blue 178

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

Shades of Cavern Pink #DFBDB2

Tints of Cavern Pink #DFBDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.17%

R = 37.8%
G = 32.03%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DFBDB2 (or 0xDFBDB2) is known color: Cavern Pink. HEX triplet: DF, BD and B2. RGB value is (223,189,178). Sum of RGB (Red+Green+Blue) = 223+189+178=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBDB2 is #20424D. Grayscale: #C5C5C5. Windows color (decimal): -2114126 or 11714015. OLE color: 11714015.

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

Color convert

RGB 223 189 178 -
CMYK 0 0.15 0.20 0.13
HSL 14.67º 0.41% 0.79% -
HSV(B) 14.67º 0.2% 0.87% -
XYZ 56.66 55.3 49.81 -
YUV 197.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 223 189 178 0 0.15 0.20 0.13 14.67 0.41 0.79
Hex DF BD B2 0 F 14 D F 29 4F
Octal 337 275 262 0 17 24 15 17 51 117
Binary 11011111 10111101 10110010 0 1111 10100 1101 1111 101001 1001111

Color Harmonies of #DFBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDB2

Black with #DFBDB2

Text Example


Text Example

White with #DFBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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