Html Css Color HEX #CE8FBD Lily

📋 copy color: '#CE8FBD'

red 206 ◦ green 143 ◦ blue 189

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

Shades of Lily #CE8FBD

Tints of Lily #CE8FBD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.58%

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

R = 38.29%
G = 26.58%
B = 35.13%

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

#CE8FBD (or 0xCE8FBD) is known color: Lily. HEX triplet: CE, 8F and BD. RGB value is (206,143,189). Sum of RGB (Red+Green+Blue) = 206+143+189=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FBD is #317042. Grayscale: #A6A6A6. Windows color (decimal): -3240003 or 12423118. OLE color: 12423118.

HSL color Cylindrical-coordinate representation of color #CE8FBD: hue angle of 316.19º degrees, saturation: 0.39, 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 #CE8FBD is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 189 -
CMYK 0 0.31 0.08 0.19
HSL 316.19º 0.39% 0.68% -
HSV(B) 316.19º 0.31% 0.81% -
XYZ 44.46 36.44 52.83 -
YUV 167.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 206 143 189 0 0.31 0.08 0.19 316.19 0.39 0.68
Hex CE 8F BD 0 1F 8 13 13C 27 44
Octal 316 217 275 0 37 10 23 474 47 104
Binary 11001110 10001111 10111101 0 11111 1000 10011 100111100 100111 1000100

Color Harmonies of #CE8FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FBD

Black with #CE8FBD

Text Example


Text Example

White with #CE8FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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