#CEADB5

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

Shades of Pink Flare #CEADB5

Tints of Pink Flare #CEADB5

Color information

#CEADB5 (or 0xCEADB5) is unknown color: approx Pink Flare. HEX triplet: CE, AD and B5. RGB value is (206,173,181). Sum of RGB (Red+Green+Blue) = 206+173+181=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADB5 is #31524A. Grayscale: #B7B7B7. Windows color (decimal): -3232331 or 11906510. OLE color: 11906510.

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

Color convert

RGB206173181-
CMYK00.160.120.19
HSL345.45º25.19%74.31%-
HSV(B)345.45º16.02%80.78%-
XYZ48.7446.3550.09-
YUV183.78126.43143.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=36.79%
G=30.89%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617318100.160.120.19345.4525.1974.31
HexCEADB5010C13159194a
Octal316255265020142353131112
Binary110011101010110110110101010000110010011101011001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADB5; }

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

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

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

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

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

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

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

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