#CEAFAA

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

Shades of Oyster Pink #CEAFAA

Tints of Oyster Pink #CEAFAA

Color information

#CEAFAA (or 0xCEAFAA) is unknown color: approx Oyster Pink. HEX triplet: CE, AF and AA. RGB value is (206,175,170). Sum of RGB (Red+Green+Blue) = 206+175+170=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFAA is #315055. Grayscale: #B7B7B7. Windows color (decimal): -3231830 or 11186126. OLE color: 11186126.

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

Color convert

RGB206175170-
CMYK00.150.170.19
HSL8.33º26.87%73.73%-
HSV(B)8.33º17.48%80.78%-
XYZ48.0446.6844.51-
YUV183.7120.27143.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=37.39%
G=31.76%
B=30.85%

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
Decimal20617517000.150.170.198.3326.8773.73
HexCEAFAA0F111381b4a
Octal31625725201721231033112
Binary1100111010101111101010100111110001100111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFAA; }

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

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

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

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

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

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

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

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