#CEAEAF

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

Shades of Pink Flare #CEAEAF

Tints of Pink Flare #CEAEAF

Color information

#CEAEAF (or 0xCEAEAF) is unknown color: approx Pink Flare. HEX triplet: CE, AE and AF. RGB value is (206,174,175). Sum of RGB (Red+Green+Blue) = 206+174+175=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEAF is #315150. Grayscale: #B7B7B7. Windows color (decimal): -3232081 or 11513550. OLE color: 11513550.

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

Color convert

RGB206174175-
CMYK00.160.150.19
HSL358.12º24.62%74.51%-
HSV(B)358.12º15.53%80.78%-
XYZ48.3346.4946.98-
YUV183.68123.1143.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=37.12%
G=31.35%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617417500.160.150.19358.1224.6274.51
HexCEAEAF010F13166194b
Octal316256257020172354631113
Binary110011101010111010101111010000111110011101100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAEAF; }

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

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

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

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

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

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

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

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