#DDAFAB

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

Shades of Cavern Pink #DDAFAB

Tints of Cavern Pink #DDAFAB

Color information

#DDAFAB (or 0xDDAFAB) is unknown color: approx Cavern Pink. HEX triplet: DD, AF and AB. RGB value is (221,175,171). Sum of RGB (Red+Green+Blue) = 221+175+171=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFAB is #225054. Grayscale: #BCBCBC. Windows color (decimal): -2248789 or 11251677. OLE color: 11251677.

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

Color convert

RGB221175171-
CMYK00.210.230.13
HSL4.8º42.37%76.86%-
HSV(B)4.8º22.62%86.67%-
XYZ52.548.9745.21-
YUV188.3118.24151.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.98%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=38.98%
G=30.86%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117517100.210.230.134.842.3776.86
HexDDAFAB01517D52a4d
Octal3352572530252715552115
Binary1101110110101111101010110101011011111011011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFAB; }

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

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

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

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

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

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

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

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