Html Css Color HEX #CE8EBD Lily

📋 copy color: '#CE8EBD'

red 206 ◦ green 142 ◦ blue 189

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

Shades of Lily #CE8EBD

Tints of Lily #CE8EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.44%

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

R = 38.36%
G = 26.44%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE8EBD (or 0xCE8EBD) is known color: Lily. HEX triplet: CE, 8E and BD. RGB value is (206,142,189). Sum of RGB (Red+Green+Blue) = 206+142+189=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EBD is #317142. Grayscale: #A6A6A6. Windows color (decimal): -3240259 or 12422862. OLE color: 12422862.

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

Color convert

RGB 206 142 189 -
CMYK 0 0.31 0.08 0.19
HSL 315.94º 0.4% 0.68% -
HSV(B) 315.94º 0.31% 0.81% -
XYZ 44.31 36.14 52.78 -
YUV 166.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 206 142 189 0 0.31 0.08 0.19 315.94 0.4 0.68
Hex CE 8E BD 0 1F 8 13 13C 28 44
Octal 316 216 275 0 37 10 23 474 50 104
Binary 11001110 10001110 10111101 0 11111 1000 10011 100111100 101000 1000100

Color Harmonies of #CE8EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EBD

Black with #CE8EBD

Text Example


Text Example

White with #CE8EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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