Html Css Color HEX #DCAEAB Oyster Pink

📋 copy color: '#DCAEAB'

red 220 ◦ green 174 ◦ blue 171

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

Shades of Oyster Pink #DCAEAB

Tints of Oyster Pink #DCAEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.27%

R = 38.94%
G = 30.8%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCAEAB (or 0xDCAEAB) is known color: Oyster Pink. HEX triplet: DC, AE and AB. RGB value is (220,174,171). Sum of RGB (Red+Green+Blue) = 220+174+171=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEAB is #235154. Grayscale: #BBBBBB. Windows color (decimal): -2314581 or 11251420. OLE color: 11251420.

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

Color convert

RGB 220 174 171 -
CMYK 0 0.21 0.22 0.14
HSL 3.67º 0.41% 0.77% -
HSV(B) 3.67º 0.22% 0.86% -
XYZ 52 48.43 45.13 -
YUV 187.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 220 174 171 0 0.21 0.22 0.14 3.67 0.41 0.77
Hex DC AE AB 0 15 16 E 4 29 4D
Octal 334 256 253 0 25 26 16 4 51 115
Binary 11011100 10101110 10101011 0 10101 10110 1110 100 101001 1001101

Color Harmonies of #DCAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAEAB

Black with #DCAEAB

Text Example


Text Example

White with #DCAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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