#CEAFB1

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

Shades of Pink Flare #CEAFB1

Tints of Pink Flare #CEAFB1

Color information

#CEAFB1 (or 0xCEAFB1) is unknown color: approx Pink Flare. HEX triplet: CE, AF and B1. RGB value is (206,175,177). Sum of RGB (Red+Green+Blue) = 206+175+177=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 177 (69.53% from 255 or 31.72% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAFB1 is #31504E. Grayscale: #B8B8B8. Windows color (decimal): -3231823 or 11644878. OLE color: 11644878.

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

Color convert

RGB206175177-
CMYK00.150.140.19
HSL356.13º24.03%74.71%-
HSV(B)356.13º15.05%80.78%-
XYZ48.7246.9648.09-
YUV184.5123.77143.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 177 (69.53% from 255) = 31.72%
R=36.92%
G=31.36%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617517700.150.140.19356.1324.0374.71
HexCEAFB10FE13164184b
Octal316257261017162354430113
Binary11001110101011111011000101111111010011101100100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFB1; }

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

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

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

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

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

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

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

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