Html Css Color HEX #CE98B6 Lily

📋 copy color: '#CE98B6'

red 206 ◦ green 152 ◦ blue 182

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

Shades of Lily #CE98B6

Tints of Lily #CE98B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.7%

R = 38.15%
G = 28.15%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE98B6 (or 0xCE98B6) is known color: Lily. HEX triplet: CE, 98 and B6. RGB value is (206,152,182). Sum of RGB (Red+Green+Blue) = 206+152+182=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE98B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE98B6 is #316749. Grayscale: #ABABAB. Windows color (decimal): -3237706 or 11966670. OLE color: 11966670.

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

Color convert

RGB 206 152 182 -
CMYK 0 0.26 0.12 0.19
HSL 326.67º 0.36% 0.7% -
HSV(B) 326.67º 0.26% 0.81% -
XYZ 45.13 38.96 49.4 -
YUV 171.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 206 152 182 0 0.26 0.12 0.19 326.67 0.36 0.7
Hex CE 98 B6 0 1A C 13 147 24 46
Octal 316 230 266 0 32 14 23 507 44 106
Binary 11001110 10011000 10110110 0 11010 1100 10011 101000111 100100 1000110

Color Harmonies of #CE98B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE98B6

Black with #CE98B6

Text Example


Text Example

White with #CE98B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE98B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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