#CEAFB7

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

Shades of Pink Flare #CEAFB7

Tints of Pink Flare #CEAFB7

Color information

#CEAFB7 (or 0xCEAFB7) is unknown color: approx Pink Flare. HEX triplet: CE, AF and B7. RGB value is (206,175,183). Sum of RGB (Red+Green+Blue) = 206+175+183=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFB7 is #315048. Grayscale: #B9B9B9. Windows color (decimal): -3231817 or 12038094. OLE color: 12038094.

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

Color convert

RGB206175183-
CMYK00.150.110.19
HSL344.52º24.03%74.71%-
HSV(B)344.52º15.05%80.78%-
XYZ49.3347.251.31-
YUV185.18126.77142.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 183 (71.88% from 255) = 32.45%
R=36.52%
G=31.03%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617518300.150.110.19344.5224.0374.71
HexCEAFB70FB13159184b
Octal316257267017132353130113
Binary11001110101011111011011101111101110011101011001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFB7; }

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

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

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

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

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

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

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

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