Html Css Color HEX #DCAEAD Oyster Pink

📋 copy color: '#DCAEAD'

red 220 ◦ green 174 ◦ blue 173

#DCAEAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Pink #DCAEAD

Tints of Oyster Pink #DCAEAD

RGB

 RED value IS 220 (86.33% from 255) = 38.8%

 GREEN value IS 174 (68.36% from 255) = 30.69%

 BLUE value IS 173 (67.97% from 255) = 30.51%

R = 38.8%
G = 30.69%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCAEAD (or 0xDCAEAD) is known color: Oyster Pink. HEX triplet: DC, AE and AD. RGB value is (220,174,173). Sum of RGB (Red+Green+Blue) = 220+174+173=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEAD is #235152. Grayscale: #BBBBBB. Windows color (decimal): -2314579 or 11382492. OLE color: 11382492.

HSL color Cylindrical-coordinate representation of color #DCAEAD: hue angle of 1.28º 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 #DCAEAD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 173 -
CMYK 0 0.21 0.21 0.14
HSL 1.28º 0.4% 0.77% -
HSV(B) 1.28º 0.21% 0.86% -
XYZ 52.19 48.5 46.15 -
YUV 187.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 220 174 173 0 0.21 0.21 0.14 1.28 0.4 0.77
Hex DC AE AD 0 15 15 E 1 28 4D
Octal 334 256 255 0 25 25 16 1 50 115
Binary 11011100 10101110 10101101 0 10101 10101 1110 1 101000 1001101

Color Harmonies of #DCAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEAD

Black with #DCAEAD

Text Example


Text Example

White with #DCAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEAD; }

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

 H1.HeaderClassName
 {
   color: #DCAEAD;
 }
 .AnyTagClassName
 {
   color: #DCAEAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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