#DDBFBE

Color #DDBFBE Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DDBFBE

Tints of Cavern Pink #DDBFBE

Color information

#DDBFBE (or 0xDDBFBE) is unknown color: approx Cavern Pink. HEX triplet: DD, BF and BE. RGB value is (221,191,190). Sum of RGB (Red+Green+Blue) = 221+191+190=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFBE is #224041. Grayscale: #C7C7C7. Windows color (decimal): -2244674 or 12500957. OLE color: 12500957.

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

Color convert

RGB221191190-
CMYK00.140.140.13
HSL1.94º31.31%80.59%-
HSV(B)1.94º14.03%86.67%-
XYZ57.7456.3556.55-
YUV199.86122.44143.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=36.71%
G=31.73%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119119000.140.140.131.9431.3180.59
HexDDBFBE0EED21f51
Octal3352772760161615237121
Binary110111011011111110111110011101110110110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFBE; }

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

 H1.HeaderClassName
 {
   color: #DDBFBE;
 }
 .AnyTagClassName
 {
   color: #DDBFBE;
 }
</style>
background-color css

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

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

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

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

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

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