#CEADA9

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

Shades of Oyster Pink #CEADA9

Tints of Oyster Pink #CEADA9

Color information

#CEADA9 (or 0xCEADA9) is unknown color: approx Oyster Pink. HEX triplet: CE, AD and A9. RGB value is (206,173,169). Sum of RGB (Red+Green+Blue) = 206+173+169=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADA9 is #315256. Grayscale: #B6B6B6. Windows color (decimal): -3232343 or 11120078. OLE color: 11120078.

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

Color convert

RGB206173169-
CMYK00.160.180.19
HSL6.49º27.41%73.53%-
HSV(B)6.49º17.96%80.78%-
XYZ47.5645.8743.88-
YUV182.41120.43144.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=37.59%
G=31.57%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617316900.160.180.196.4927.4173.53
HexCEADA9010121361b4a
Octal3162552510202223633112
Binary1100111010101101101010010100001001010011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADA9; }

 p { color: rgb(206,173,169); }

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

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

 a { background-color: rgb(206,173,169); }

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

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

 span { border-color: rgb(206,173,169); }

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