Html Css Color HEX #DFBBB4 Cavern Pink

📋 copy color: '#DFBBB4'

red 223 ◦ green 187 ◦ blue 180

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

Shades of Cavern Pink #DFBBB4

Tints of Cavern Pink #DFBBB4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.69%

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

R = 37.8%
G = 31.69%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DFBBB4 (or 0xDFBBB4) is known color: Cavern Pink. HEX triplet: DF, BB and B4. RGB value is (223,187,180). Sum of RGB (Red+Green+Blue) = 223+187+180=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBB4 is #20444B. Grayscale: #C5C5C5. Windows color (decimal): -2114636 or 11844575. OLE color: 11844575.

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

Color convert

RGB 223 187 180 -
CMYK 0 0.16 0.19 0.13
HSL 9.77º 0.4% 0.79% -
HSV(B) 9.77º 0.19% 0.87% -
XYZ 56.44 54.52 50.73 -
YUV 196.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 223 187 180 0 0.16 0.19 0.13 9.77 0.4 0.79
Hex DF BB B4 0 10 13 D A 28 4F
Octal 337 273 264 0 20 23 15 12 50 117
Binary 11011111 10111011 10110100 0 10000 10011 1101 1010 101000 1001111

Color Harmonies of #DFBBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBB4

Black with #DFBBB4

Text Example


Text Example

White with #DFBBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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