#CEAFB3

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

Shades of Pink Flare #CEAFB3

Tints of Pink Flare #CEAFB3

Color information

#CEAFB3 (or 0xCEAFB3) is unknown color: approx Pink Flare. HEX triplet: CE, AF and B3. RGB value is (206,175,179). Sum of RGB (Red+Green+Blue) = 206+175+179=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFB3 is #31504C. Grayscale: #B8B8B8. Windows color (decimal): -3231821 or 11775950. OLE color: 11775950.

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

Color convert

RGB206175179-
CMYK00.150.130.19
HSL352.26º24.03%74.71%-
HSV(B)352.26º15.05%80.78%-
XYZ48.9247.0449.15-
YUV184.72124.77143.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 179 (70.31% from 255) = 31.96%
R=36.79%
G=31.25%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617517900.150.130.19352.2624.0374.71
HexCEAFB30FD13160184b
Octal316257263017152354030113
Binary11001110101011111011001101111110110011101100000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAFB3; }

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

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

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

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

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

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

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

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