Html Css Color HEX #CE7EB2 Lily

📋 copy color: '#CE7EB2'

red 206 ◦ green 126 ◦ blue 178

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

Shades of Lily #CE7EB2

Tints of Lily #CE7EB2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.71%

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 40.39%
G = 24.71%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE7EB2 (or 0xCE7EB2) is known color: Lily. HEX triplet: CE, 7E and B2. RGB value is (206,126,178). Sum of RGB (Red+Green+Blue) = 206+126+178=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7EB2 is #31814D. Grayscale: #9B9B9B. Windows color (decimal): -3244366 or 11697870. OLE color: 11697870.

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

Color convert

RGB 206 126 178 -
CMYK 0 0.39 0.14 0.19
HSL 321º 0.45% 0.65% -
HSV(B) 321º 0.39% 0.81% -
XYZ 40.95 31.26 45.99 -
YUV 155.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 206 126 178 0 0.39 0.14 0.19 321 0.45 0.65
Hex CE 7E B2 0 27 E 13 141 2D 41
Octal 316 176 262 0 47 16 23 501 55 101
Binary 11001110 1111110 10110010 0 100111 1110 10011 101000001 101101 1000001

Color Harmonies of #CE7EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EB2

Black with #CE7EB2

Text Example


Text Example

White with #CE7EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EB2; }

 p { color: rgb(206,126,178); }

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

background-color css

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

 a { background-color: rgb(206,126,178); }

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

border-color css

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

 span { border-color: rgb(206,126,178); }

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