Html Css Color HEX #DDBFBC Cavern Pink

📋 copy color: '#DDBFBC'

red 221 ◦ green 191 ◦ blue 188

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

Shades of Cavern Pink #DDBFBC

Tints of Cavern Pink #DDBFBC

RGB

 RED value IS 221 (86.72% from 255) = 36.83%

 GREEN value IS 191 (75% from 255) = 31.83%

 BLUE value IS 188 (73.83% from 255) = 31.33%

R = 36.83%
G = 31.83%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DDBFBC (or 0xDDBFBC) is known color: Cavern Pink. HEX triplet: DD, BF and BC. RGB value is (221,191,188). Sum of RGB (Red+Green+Blue) = 221+191+188=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFBC is #224043. Grayscale: #C7C7C7. Windows color (decimal): -2244676 or 12369885. OLE color: 12369885.

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

Color convert

RGB 221 191 188 -
CMYK 0 0.14 0.15 0.13
HSL 5.45º 0.33% 0.8% -
HSV(B) 5.45º 0.15% 0.87% -
XYZ 57.53 56.26 55.41 -
YUV 199.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 221 191 188 0 0.14 0.15 0.13 5.45 0.33 0.8
Hex DD BF BC 0 E F D 5 21 50
Octal 335 277 274 0 16 17 15 5 41 120
Binary 11011101 10111111 10111100 0 1110 1111 1101 101 100001 1010000

Color Harmonies of #DDBFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFBC

Black with #DDBFBC

Text Example


Text Example

White with #DDBFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFBC; }

 p { color: rgb(221,191,188); }

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

background-color css

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

 a { background-color: rgb(221,191,188); }

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

border-color css

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

 span { border-color: rgb(221,191,188); }

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