Html Css Color HEX #CE92BA Lily

📋 copy color: '#CE92BA'

red 206 ◦ green 146 ◦ blue 186

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

Shades of Lily #CE92BA

Tints of Lily #CE92BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 38.29%
G = 27.14%
B = 34.57%

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

#CE92BA (or 0xCE92BA) is known color: Lily. HEX triplet: CE, 92 and BA. RGB value is (206,146,186). Sum of RGB (Red+Green+Blue) = 206+146+186=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92BA is #316D45. Grayscale: #A8A8A8. Windows color (decimal): -3239238 or 12227278. OLE color: 12227278.

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

Color convert

RGB 206 146 186 -
CMYK 0 0.29 0.10 0.19
HSL 320º 0.38% 0.69% -
HSV(B) 320º 0.29% 0.81% -
XYZ 44.6 37.22 51.29 -
YUV 168.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 206 146 186 0 0.29 0.10 0.19 320 0.38 0.69
Hex CE 92 BA 0 1D A 13 140 26 45
Octal 316 222 272 0 35 12 23 500 46 105
Binary 11001110 10010010 10111010 0 11101 1010 10011 101000000 100110 1000101

Color Harmonies of #CE92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92BA

Black with #CE92BA

Text Example


Text Example

White with #CE92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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