#CE99AF

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

Shades of Lily #CE99AF

Tints of Lily #CE99AF

Color information

#CE99AF (or 0xCE99AF) is unknown color: approx Lily. HEX triplet: CE, 99 and AF. RGB value is (206,153,175). Sum of RGB (Red+Green+Blue) = 206+153+175=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE99AF is #316650. Grayscale: #ABABAB. Windows color (decimal): -3237457 or 11508174. OLE color: 11508174.

HSL color Cylindrical-coordinate representation of color #CE99AF: hue angle of 335.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CE99AF is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206153175-
CMYK00.260.150.19
HSL335.09º35.1%70.39%-
HSV(B)335.09º25.73%80.78%-
XYZ44.583945.74-
YUV171.35130.06152.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=38.58%
G=28.65%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615317500.260.150.19335.0935.170.39
HexCE99AF01AF1314f2346
Octal316231257032172351743106
Binary1100111010011001101011110110101111100111010011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE99AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE99AF; }

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

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

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

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

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

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

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

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