Html Css Color HEX #DDBFBB Cavern Pink

📋 copy color: '#DDBFBB'

red 221 ◦ green 191 ◦ blue 187

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

Shades of Cavern Pink #DDBFBB

Tints of Cavern Pink #DDBFBB

RGB

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

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

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

R = 36.89%
G = 31.89%
B = 31.22%

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

#DDBFBB (or 0xDDBFBB) is known color: Cavern Pink. HEX triplet: DD, BF and BB. RGB value is (221,191,187). Sum of RGB (Red+Green+Blue) = 221+191+187=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFBB is #224044. Grayscale: #C7C7C7. Windows color (decimal): -2244677 or 12304349. OLE color: 12304349.

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

Color convert

RGB 221 191 187 -
CMYK 0 0.14 0.15 0.13
HSL 7.06º 0.33% 0.8% -
HSV(B) 7.06º 0.15% 0.87% -
XYZ 57.42 56.22 54.84 -
YUV 199.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 221 191 187 0 0.14 0.15 0.13 7.06 0.33 0.8
Hex DD BF BB 0 E F D 7 21 50
Octal 335 277 273 0 16 17 15 7 41 120
Binary 11011101 10111111 10111011 0 1110 1111 1101 111 100001 1010000

Color Harmonies of #DDBFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFBB

Black with #DDBFBB

Text Example


Text Example

White with #DDBFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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