Html Css Color HEX #CE92BF Lily

📋 copy color: '#CE92BF'

red 206 ◦ green 146 ◦ blue 191

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

Shades of Lily #CE92BF

Tints of Lily #CE92BF

RGB

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

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

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

R = 37.94%
G = 26.89%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE92BF (or 0xCE92BF) is known color: Lily. HEX triplet: CE, 92 and BF. RGB value is (206,146,191). Sum of RGB (Red+Green+Blue) = 206+146+191=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BF is #316D40. Grayscale: #A8A8A8. Windows color (decimal): -3239233 or 12554958. OLE color: 12554958.

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

Color convert

RGB 206 146 191 -
CMYK 0 0.29 0.07 0.19
HSL 315º 0.38% 0.69% -
HSV(B) 315º 0.29% 0.81% -
XYZ 45.14 37.44 54.14 -
YUV 169.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 206 146 191 0 0.29 0.07 0.19 315 0.38 0.69
Hex CE 92 BF 0 1D 7 13 13B 26 45
Octal 316 222 277 0 35 7 23 473 46 105
Binary 11001110 10010010 10111111 0 11101 111 10011 100111011 100110 1000101

Color Harmonies of #CE92BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92BF

Black with #CE92BF

Text Example


Text Example

White with #CE92BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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