#DDBEBD

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

Shades of Cavern Pink #DDBEBD

Tints of Cavern Pink #DDBEBD

Color information

#DDBEBD (or 0xDDBEBD) is unknown color: approx Cavern Pink. HEX triplet: DD, BE and BD. RGB value is (221,190,189). Sum of RGB (Red+Green+Blue) = 221+190+189=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEBD is #224142. Grayscale: #C7C7C7. Windows color (decimal): -2244931 or 12435165. OLE color: 12435165.

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

Color convert

RGB221190189-
CMYK00.140.140.13
HSL1.88º32%80.39%-
HSV(B)1.88º14.48%86.67%-
XYZ57.4255.8755.9-
YUV199.15122.27143.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=36.83%
G=31.67%
B=31.5%

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
Decimal22119018900.140.140.131.883280.39
HexDDBEBD0EED22050
Octal3352762750161615240120
Binary1101110110111110101111010111011101101101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEBD; }

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

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

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

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

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

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

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

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