#CEAFAB

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

Shades of Oyster Pink #CEAFAB

Tints of Oyster Pink #CEAFAB

Color information

#CEAFAB (or 0xCEAFAB) is unknown color: approx Oyster Pink. HEX triplet: CE, AF and AB. RGB value is (206,175,171). Sum of RGB (Red+Green+Blue) = 206+175+171=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFAB is #315054. Grayscale: #B7B7B7. Windows color (decimal): -3231829 or 11251662. OLE color: 11251662.

HSL color Cylindrical-coordinate representation of color #CEAFAB: hue angle of 6.86º degrees, saturation: 0.26, 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 #CEAFAB is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206175171-
CMYK00.150.170.19
HSL6.86º26.32%73.92%-
HSV(B)6.86º16.99%80.78%-
XYZ48.1346.7245.01-
YUV183.81120.77143.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=37.32%
G=31.70%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617517100.150.170.196.8626.3273.92
HexCEAFAB0F111371a4a
Octal3162572530172123732112
Binary110011101010111110101011011111000110011111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFAB; }

 p { color: rgb(206,175,171); }

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

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

 a { background-color: rgb(206,175,171); }

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

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

 span { border-color: rgb(206,175,171); }

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