Html Css Color HEX #CE90B2 Lily

📋 copy color: '#CE90B2'

red 206 ◦ green 144 ◦ blue 178

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

Shades of Lily #CE90B2

Tints of Lily #CE90B2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.27%

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

R = 39.02%
G = 27.27%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE90B2 (or 0xCE90B2) is known color: Lily. HEX triplet: CE, 90 and B2. RGB value is (206,144,178). Sum of RGB (Red+Green+Blue) = 206+144+178=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE90B2 is #316F4D. Grayscale: #A6A6A6. Windows color (decimal): -3239758 or 11702478. OLE color: 11702478.

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

Color convert

RGB 206 144 178 -
CMYK 0 0.30 0.14 0.19
HSL 327.1º 0.39% 0.69% -
HSV(B) 327.1º 0.3% 0.81% -
XYZ 43.46 36.28 46.83 -
YUV 166.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 206 144 178 0 0.30 0.14 0.19 327.1 0.39 0.69
Hex CE 90 B2 0 1E E 13 147 27 45
Octal 316 220 262 0 36 16 23 507 47 105
Binary 11001110 10010000 10110010 0 11110 1110 10011 101000111 100111 1000101

Color Harmonies of #CE90B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90B2

Black with #CE90B2

Text Example


Text Example

White with #CE90B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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