Html Css Color HEX #CE9EBA Lily

📋 copy color: '#CE9EBA'

red 206 ◦ green 158 ◦ blue 186

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

Shades of Lily #CE9EBA

Tints of Lily #CE9EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.73%

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

R = 37.45%
G = 28.73%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE9EBA (or 0xCE9EBA) is known color: Lily. HEX triplet: CE, 9E and BA. RGB value is (206,158,186). Sum of RGB (Red+Green+Blue) = 206+158+186=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EBA is #316145. Grayscale: #AFAFAF. Windows color (decimal): -3236166 or 12230350. OLE color: 12230350.

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

Color convert

RGB 206 158 186 -
CMYK 0 0.23 0.10 0.19
HSL 325º 0.33% 0.71% -
HSV(B) 325º 0.23% 0.81% -
XYZ 46.54 41.12 51.94 -
YUV 175.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 206 158 186 0 0.23 0.10 0.19 325 0.33 0.71
Hex CE 9E BA 0 17 A 13 145 21 47
Octal 316 236 272 0 27 12 23 505 41 107
Binary 11001110 10011110 10111010 0 10111 1010 10011 101000101 100001 1000111

Color Harmonies of #CE9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EBA

Black with #CE9EBA

Text Example


Text Example

White with #CE9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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