Html Css Color HEX #CE95AF Lily

📋 copy color: '#CE95AF'

red 206 ◦ green 149 ◦ blue 175

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

Shades of Lily #CE95AF

Tints of Lily #CE95AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.11%

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

R = 38.87%
G = 28.11%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE95AF (or 0xCE95AF) is known color: Lily. HEX triplet: CE, 95 and AF. RGB value is (206,149,175). Sum of RGB (Red+Green+Blue) = 206+149+175=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95AF is #316A50. Grayscale: #A8A8A8. Windows color (decimal): -3238481 or 11507150. OLE color: 11507150.

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

Color convert

RGB 206 149 175 -
CMYK 0 0.28 0.15 0.19
HSL 332.63º 0.37% 0.7% -
HSV(B) 332.63º 0.28% 0.81% -
XYZ 43.94 37.71 45.52 -
YUV 169.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 206 149 175 0 0.28 0.15 0.19 332.63 0.37 0.7
Hex CE 95 AF 0 1C F 13 14D 25 46
Octal 316 225 257 0 34 17 23 515 45 106
Binary 11001110 10010101 10101111 0 11100 1111 10011 101001101 100101 1000110

Color Harmonies of #CE95AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95AF

Black with #CE95AF

Text Example


Text Example

White with #CE95AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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