Html Css Color HEX #DFBBB6 Cavern Pink

📋 copy color: '#DFBBB6'

red 223 ◦ green 187 ◦ blue 182

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

Shades of Cavern Pink #DFBBB6

Tints of Cavern Pink #DFBBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.74%

R = 37.67%
G = 31.59%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DFBBB6 (or 0xDFBBB6) is known color: Cavern Pink. HEX triplet: DF, BB and B6. RGB value is (223,187,182). Sum of RGB (Red+Green+Blue) = 223+187+182=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBB6 is #204449. Grayscale: #C5C5C5. Windows color (decimal): -2114634 or 11975647. OLE color: 11975647.

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

Color convert

RGB 223 187 182 -
CMYK 0 0.16 0.18 0.13
HSL 7.32º 0.39% 0.79% -
HSV(B) 7.32º 0.18% 0.87% -
XYZ 56.65 54.61 51.81 -
YUV 197.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 223 187 182 0 0.16 0.18 0.13 7.32 0.39 0.79
Hex DF BB B6 0 10 12 D 7 27 4F
Octal 337 273 266 0 20 22 15 7 47 117
Binary 11011111 10111011 10110110 0 10000 10010 1101 111 100111 1001111

Color Harmonies of #DFBBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBB6

Black with #DFBBB6

Text Example


Text Example

White with #DFBBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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