Html Css Color HEX #CE9CBE Lily

📋 copy color: '#CE9CBE'

red 206 ◦ green 156 ◦ blue 190

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

Shades of Lily #CE9CBE

Tints of Lily #CE9CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.26%

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 37.32%
G = 28.26%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE9CBE (or 0xCE9CBE) is known color: Lily. HEX triplet: CE, 9C and BE. RGB value is (206,156,190). Sum of RGB (Red+Green+Blue) = 206+156+190=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CBE is #316341. Grayscale: #AEAEAE. Windows color (decimal): -3236674 or 12491982. OLE color: 12491982.

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

Color convert

RGB 206 156 190 -
CMYK 0 0.24 0.08 0.19
HSL 319.2º 0.34% 0.71% -
HSV(B) 319.2º 0.24% 0.81% -
XYZ 46.64 40.62 54.1 -
YUV 174.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 206 156 190 0 0.24 0.08 0.19 319.2 0.34 0.71
Hex CE 9C BE 0 18 8 13 13F 22 47
Octal 316 234 276 0 30 10 23 477 42 107
Binary 11001110 10011100 10111110 0 11000 1000 10011 100111111 100010 1000111

Color Harmonies of #CE9CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CBE

Black with #CE9CBE

Text Example


Text Example

White with #CE9CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CBE; }

 p { color: rgb(206,156,190); }

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

background-color css

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

 a { background-color: rgb(206,156,190); }

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

border-color css

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

 span { border-color: rgb(206,156,190); }

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