Html Css Color HEX #CE98BF Lily

📋 copy color: '#CE98BF'

red 206 ◦ green 152 ◦ blue 191

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

Shades of Lily #CE98BF

Tints of Lily #CE98BF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.69%

 BLUE value IS 191 (75% from 255) = 34.79%

R = 37.52%
G = 27.69%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE98BF (or 0xCE98BF) is known color: Lily. HEX triplet: CE, 98 and BF. RGB value is (206,152,191). Sum of RGB (Red+Green+Blue) = 206+152+191=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98BF is #316740. Grayscale: #ACACAC. Windows color (decimal): -3237697 or 12556494. OLE color: 12556494.

HSL color Cylindrical-coordinate representation of color #CE98BF: hue angle of 316.67º degrees, saturation: 0.36, 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 #CE98BF is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 152 191 -
CMYK 0 0.26 0.07 0.19
HSL 316.67º 0.36% 0.7% -
HSV(B) 316.67º 0.26% 0.81% -
XYZ 46.09 39.34 54.45 -
YUV 172.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 206 152 191 0 0.26 0.07 0.19 316.67 0.36 0.7
Hex CE 98 BF 0 1A 7 13 13D 24 46
Octal 316 230 277 0 32 7 23 475 44 106
Binary 11001110 10011000 10111111 0 11010 111 10011 100111101 100100 1000110

Color Harmonies of #CE98BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98BF

Black with #CE98BF

Text Example


Text Example

White with #CE98BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98BF; }

 p { color: rgb(206,152,191); }

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

background-color css

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

 a { background-color: rgb(206,152,191); }

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

border-color css

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

 span { border-color: rgb(206,152,191); }

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