#DDBAAF

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

Shades of Cavern Pink #DDBAAF

Tints of Cavern Pink #DDBAAF

Color information

#DDBAAF (or 0xDDBAAF) is unknown color: approx Cavern Pink. HEX triplet: DD, BA and AF. RGB value is (221,186,175). Sum of RGB (Red+Green+Blue) = 221+186+175=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAAF is #224550. Grayscale: #C3C3C3. Windows color (decimal): -2245969 or 11516637. OLE color: 11516637.

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

Color convert

RGB221186175-
CMYK00.160.210.13
HSL14.35º40.35%77.65%-
HSV(B)14.35º20.81%86.67%-
XYZ55.1253.5948-
YUV195.21116.6146.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=37.97%
G=31.96%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118617500.160.210.1314.3540.3577.65
HexDDBAAF01015De284e
Octal33527225702025151650116
Binary11011101101110101010111101000010101110111101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAAF; }

 p { color: rgb(221,186,175); }

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

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

 a { background-color: rgb(221,186,175); }

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

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

 span { border-color: rgb(221,186,175); }

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