Html Css Color HEX #CE92B9 Lily

📋 copy color: '#CE92B9'

red 206 ◦ green 146 ◦ blue 185

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

Shades of Lily #CE92B9

Tints of Lily #CE92B9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.19%

 BLUE value IS 185 (72.66% from 255) = 34.45%

R = 38.36%
G = 27.19%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE92B9 (or 0xCE92B9) is known color: Lily. HEX triplet: CE, 92 and B9. RGB value is (206,146,185). Sum of RGB (Red+Green+Blue) = 206+146+185=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92B9 is #316D46. Grayscale: #A8A8A8. Windows color (decimal): -3239239 or 12161742. OLE color: 12161742.

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

Color convert

RGB 206 146 185 -
CMYK 0 0.29 0.10 0.19
HSL 321º 0.38% 0.69% -
HSV(B) 321º 0.29% 0.81% -
XYZ 44.49 37.18 50.73 -
YUV 168.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 206 146 185 0 0.29 0.10 0.19 321 0.38 0.69
Hex CE 92 B9 0 1D A 13 141 26 45
Octal 316 222 271 0 35 12 23 501 46 105
Binary 11001110 10010010 10111001 0 11101 1010 10011 101000001 100110 1000101

Color Harmonies of #CE92B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92B9

Black with #CE92B9

Text Example


Text Example

White with #CE92B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92B9; }

 p { color: rgb(206,146,185); }

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

background-color css

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

 a { background-color: rgb(206,146,185); }

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

border-color css

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

 span { border-color: rgb(206,146,185); }

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