Html Css Color HEX #DFBDBB Cavern Pink

📋 copy color: '#DFBDBB'

red 223 ◦ green 189 ◦ blue 187

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

Shades of Cavern Pink #DFBDBB

Tints of Cavern Pink #DFBDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.22%

R = 37.23%
G = 31.55%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DFBDBB (or 0xDFBDBB) is known color: Cavern Pink. HEX triplet: DF, BD and BB. RGB value is (223,189,187). Sum of RGB (Red+Green+Blue) = 223+189+187=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDBB is #204244. Grayscale: #C6C6C6. Windows color (decimal): -2114117 or 12303839. OLE color: 12303839.

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

Color convert

RGB 223 189 187 -
CMYK 0 0.15 0.16 0.13
HSL 3.33º 0.36% 0.8% -
HSV(B) 3.33º 0.16% 0.87% -
XYZ 57.6 55.67 54.72 -
YUV 198.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 223 189 187 0 0.15 0.16 0.13 3.33 0.36 0.8
Hex DF BD BB 0 F 10 D 3 24 50
Octal 337 275 273 0 17 20 15 3 44 120
Binary 11011111 10111101 10111011 0 1111 10000 1101 11 100100 1010000

Color Harmonies of #DFBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBDBB

Black with #DFBDBB

Text Example


Text Example

White with #DFBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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