Html Css Color HEX #CE80BB Lily

📋 copy color: '#CE80BB'

red 206 ◦ green 128 ◦ blue 187

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

Shades of Lily #CE80BB

Tints of Lily #CE80BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.57%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 39.54%
G = 24.57%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE80BB (or 0xCE80BB) is known color: Lily. HEX triplet: CE, 80 and BB. RGB value is (206,128,187). Sum of RGB (Red+Green+Blue) = 206+128+187=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80BB is #317F44. Grayscale: #9D9D9D. Windows color (decimal): -3243845 or 12288206. OLE color: 12288206.

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

Color convert

RGB 206 128 187 -
CMYK 0 0.38 0.09 0.19
HSL 314.62º 0.44% 0.65% -
HSV(B) 314.62º 0.38% 0.81% -
XYZ 42.14 32.15 51 -
YUV 158.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 206 128 187 0 0.38 0.09 0.19 314.62 0.44 0.65
Hex CE 80 BB 0 26 9 13 13B 2C 41
Octal 316 200 273 0 46 11 23 473 54 101
Binary 11001110 10000000 10111011 0 100110 1001 10011 100111011 101100 1000001

Color Harmonies of #CE80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80BB

Black with #CE80BB

Text Example


Text Example

White with #CE80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80BB; }

 p { color: rgb(206,128,187); }

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

background-color css

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

 a { background-color: rgb(206,128,187); }

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

border-color css

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

 span { border-color: rgb(206,128,187); }

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