Html Css Color HEX #CE93AF Lily

📋 copy color: '#CE93AF'

red 206 ◦ green 147 ◦ blue 175

#CE93AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CE93AF

Tints of Lily #CE93AF

RGB

 RED value IS 206 (80.86% from 255) = 39.02%

 GREEN value IS 147 (57.81% from 255) = 27.84%

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 39.02%
G = 27.84%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE93AF (or 0xCE93AF) is known color: Lily. HEX triplet: CE, 93 and AF. RGB value is (206,147,175). Sum of RGB (Red+Green+Blue) = 206+147+175=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93AF is #316C50. Grayscale: #A7A7A7. Windows color (decimal): -3238993 or 11506638. OLE color: 11506638.

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

Color convert

RGB 206 147 175 -
CMYK 0 0.29 0.15 0.19
HSL 331.53º 0.38% 0.69% -
HSV(B) 331.53º 0.29% 0.81% -
XYZ 43.63 37.08 45.42 -
YUV 167.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 206 147 175 0 0.29 0.15 0.19 331.53 0.38 0.69
Hex CE 93 AF 0 1D F 13 14C 26 45
Octal 316 223 257 0 35 17 23 514 46 105
Binary 11001110 10010011 10101111 0 11101 1111 10011 101001100 100110 1000101

Color Harmonies of #CE93AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93AF

Black with #CE93AF

Text Example


Text Example

White with #CE93AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93AF; }

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

 H1.HeaderClassName
 {
   color: #CE93AF;
 }
 .AnyTagClassName
 {
   color: #CE93AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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