#CEADB3

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

Shades of Pink Flare #CEADB3

Tints of Pink Flare #CEADB3

Color information

#CEADB3 (or 0xCEADB3) is unknown color: approx Pink Flare. HEX triplet: CE, AD and B3. RGB value is (206,173,179). Sum of RGB (Red+Green+Blue) = 206+173+179=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADB3 is #31524C. Grayscale: #B7B7B7. Windows color (decimal): -3232333 or 11775438. OLE color: 11775438.

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

Color convert

RGB206173179-
CMYK00.160.130.19
HSL349.09º25.19%74.31%-
HSV(B)349.09º16.02%80.78%-
XYZ48.5346.2649.02-
YUV183.55125.43144.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=36.92%
G=31.00%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617317900.160.130.19349.0925.1974.31
HexCEADB3010D1315d194a
Octal316255263020152353531112
Binary110011101010110110110011010000110110011101011101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEADB3; }

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

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

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

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

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

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

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

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