#CEAEAA

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

Shades of Oyster Pink #CEAEAA

Tints of Oyster Pink #CEAEAA

Color information

#CEAEAA (or 0xCEAEAA) is unknown color: approx Oyster Pink. HEX triplet: CE, AE and AA. RGB value is (206,174,170). Sum of RGB (Red+Green+Blue) = 206+174+170=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEAA is #315155. Grayscale: #B7B7B7. Windows color (decimal): -3232086 or 11185870. OLE color: 11185870.

HSL color Cylindrical-coordinate representation of color #CEAEAA: hue angle of 6.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAEAA is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206174170-
CMYK00.160.170.19
HSL6.67º26.87%73.73%-
HSV(B)6.67º17.48%80.78%-
XYZ47.8546.344.44-
YUV183.11120.6144.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=37.45%
G=31.64%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617417000.160.170.196.6726.8773.73
HexCEAEAA010111371b4a
Octal3162562520202123733112
Binary1100111010101110101010100100001000110011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEAA; }

 p { color: rgb(206,174,170); }

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

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

 a { background-color: rgb(206,174,170); }

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

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

 span { border-color: rgb(206,174,170); }

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