Html Css Color HEX #CE7FB9 Lily

📋 copy color: '#CE7FB9'

red 206 ◦ green 127 ◦ blue 185

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

Shades of Lily #CE7FB9

Tints of Lily #CE7FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 24.52%

 BLUE value IS 185 (72.66% from 255) = 35.71%

R = 39.77%
G = 24.52%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE7FB9 (or 0xCE7FB9) is known color: Lily. HEX triplet: CE, 7F and B9. RGB value is (206,127,185). Sum of RGB (Red+Green+Blue) = 206+127+185=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FB9 is #318046. Grayscale: #9D9D9D. Windows color (decimal): -3244103 or 12156878. OLE color: 12156878.

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

Color convert

RGB 206 127 185 -
CMYK 0 0.38 0.10 0.19
HSL 315.95º 0.45% 0.65% -
HSV(B) 315.95º 0.38% 0.81% -
XYZ 41.8 31.8 49.83 -
YUV 157.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 206 127 185 0 0.38 0.10 0.19 315.95 0.45 0.65
Hex CE 7F B9 0 26 A 13 13C 2D 41
Octal 316 177 271 0 46 12 23 474 55 101
Binary 11001110 1111111 10111001 0 100110 1010 10011 100111100 101101 1000001

Color Harmonies of #CE7FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FB9

Black with #CE7FB9

Text Example


Text Example

White with #CE7FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FB9; }

 p { color: rgb(206,127,185); }

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

background-color css

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

 a { background-color: rgb(206,127,185); }

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

border-color css

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

 span { border-color: rgb(206,127,185); }

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