Html Css Color HEX #CE98BD Lily

📋 copy color: '#CE98BD'

red 206 ◦ green 152 ◦ blue 189

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

Shades of Lily #CE98BD

Tints of Lily #CE98BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 37.66%
G = 27.79%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE98BD (or 0xCE98BD) is known color: Lily. HEX triplet: CE, 98 and BD. RGB value is (206,152,189). Sum of RGB (Red+Green+Blue) = 206+152+189=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98BD is #316742. Grayscale: #ACACAC. Windows color (decimal): -3237699 or 12425422. OLE color: 12425422.

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

Color convert

RGB 206 152 189 -
CMYK 0 0.26 0.08 0.19
HSL 318.89º 0.36% 0.7% -
HSV(B) 318.89º 0.26% 0.81% -
XYZ 45.87 39.25 53.3 -
YUV 172.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 206 152 189 0 0.26 0.08 0.19 318.89 0.36 0.7
Hex CE 98 BD 0 1A 8 13 13F 24 46
Octal 316 230 275 0 32 10 23 477 44 106
Binary 11001110 10011000 10111101 0 11010 1000 10011 100111111 100100 1000110

Color Harmonies of #CE98BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98BD

Black with #CE98BD

Text Example


Text Example

White with #CE98BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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