#DDAFAC

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

Shades of Cavern Pink #DDAFAC

Tints of Cavern Pink #DDAFAC

Color information

#DDAFAC (or 0xDDAFAC) is unknown color: approx Cavern Pink. HEX triplet: DD, AF and AC. RGB value is (221,175,172). Sum of RGB (Red+Green+Blue) = 221+175+172=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFAC is #225053. Grayscale: #BCBCBC. Windows color (decimal): -2248788 or 11317213. OLE color: 11317213.

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

Color convert

RGB221175172-
CMYK00.210.220.13
HSL3.67º41.88%77.06%-
HSV(B)3.67º22.17%86.67%-
XYZ52.649.0145.72-
YUV188.41118.74151.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=38.91%
G=30.81%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117517200.210.220.133.6741.8877.06
HexDDAFAC01516D42a4d
Octal3352572540252615452115
Binary1101110110101111101011000101011011011011001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFAC; }

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

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

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

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

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

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

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

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