#CEADB1

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

Shades of Pink Flare #CEADB1

Tints of Pink Flare #CEADB1

Color information

#CEADB1 (or 0xCEADB1) is unknown color: approx Pink Flare. HEX triplet: CE, AD and B1. RGB value is (206,173,177). Sum of RGB (Red+Green+Blue) = 206+173+177=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEADB1 is #31524E. Grayscale: #B7B7B7. Windows color (decimal): -3232335 or 11644366. OLE color: 11644366.

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

Color convert

RGB206173177-
CMYK00.160.140.19
HSL352.73º25.19%74.31%-
HSV(B)352.73º16.02%80.78%-
XYZ48.3346.1847.96-
YUV183.32124.43144.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=37.05%
G=31.12%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617317700.160.140.19352.7325.1974.31
HexCEADB1010E13161194a
Octal316255261020162354131112
Binary110011101010110110110001010000111010011101100001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADB1; }

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

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

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

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

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

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

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

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