#DCAFAD

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

Shades of Oyster Pink #DCAFAD

Tints of Oyster Pink #DCAFAD

Color information

#DCAFAD (or 0xDCAFAD) is unknown color: approx Oyster Pink. HEX triplet: DC, AF and AD. RGB value is (220,175,173). Sum of RGB (Red+Green+Blue) = 220+175+173=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAFAD is #235052. Grayscale: #BCBCBC. Windows color (decimal): -2314323 or 11382748. OLE color: 11382748.

HSL color Cylindrical-coordinate representation of color #DCAFAD: hue angle of 2.55º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAFAD is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220175173-
CMYK00.200.210.14
HSL2.55º40.17%77.06%-
HSV(B)2.55º21.36%86.27%-
XYZ52.3948.8946.21-
YUV188.23119.41150.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=38.73%
G=30.81%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017517300.200.210.142.5540.1777.06
HexDCAFAD01415E3284d
Octal3342572550242516350115
Binary110111001010111110101101010100101011110111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFAD; }

 p { color: rgb(220,175,173); }

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

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

 a { background-color: rgb(220,175,173); }

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

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

 span { border-color: rgb(220,175,173); }

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