Html Css Color HEX #CE94BD Lily

📋 copy color: '#CE94BD'

red 206 ◦ green 148 ◦ blue 189

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

Shades of Lily #CE94BD

Tints of Lily #CE94BD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.26%

 BLUE value IS 189 (74.22% from 255) = 34.81%

R = 37.94%
G = 27.26%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE94BD (or 0xCE94BD) is known color: Lily. HEX triplet: CE, 94 and BD. RGB value is (206,148,189). Sum of RGB (Red+Green+Blue) = 206+148+189=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94BD is #316B42. Grayscale: #A9A9A9. Windows color (decimal): -3238723 or 12424398. OLE color: 12424398.

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

Color convert

RGB 206 148 189 -
CMYK 0 0.28 0.08 0.19
HSL 317.59º 0.37% 0.69% -
HSV(B) 317.59º 0.28% 0.81% -
XYZ 45.23 37.98 53.09 -
YUV 170.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 206 148 189 0 0.28 0.08 0.19 317.59 0.37 0.69
Hex CE 94 BD 0 1C 8 13 13E 25 45
Octal 316 224 275 0 34 10 23 476 45 105
Binary 11001110 10010100 10111101 0 11100 1000 10011 100111110 100101 1000101

Color Harmonies of #CE94BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE94BD

Black with #CE94BD

Text Example


Text Example

White with #CE94BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE94BD; }

 p { color: rgb(206,148,189); }

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

background-color css

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

 a { background-color: rgb(206,148,189); }

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

border-color css

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

 span { border-color: rgb(206,148,189); }

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