Html Css Color HEX #CE8FAF Lily

📋 copy color: '#CE8FAF'

red 206 ◦ green 143 ◦ blue 175

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

Shades of Lily #CE8FAF

Tints of Lily #CE8FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 39.31%
G = 27.29%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE8FAF (or 0xCE8FAF) is known color: Lily. HEX triplet: CE, 8F and AF. RGB value is (206,143,175). Sum of RGB (Red+Green+Blue) = 206+143+175=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8FAF is #317050. Grayscale: #A5A5A5. Windows color (decimal): -3240017 or 11505614. OLE color: 11505614.

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

Color convert

RGB 206 143 175 -
CMYK 0 0.31 0.15 0.19
HSL 329.52º 0.39% 0.68% -
HSV(B) 329.52º 0.31% 0.81% -
XYZ 43.01 35.86 45.21 -
YUV 165.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 206 143 175 0 0.31 0.15 0.19 329.52 0.39 0.68
Hex CE 8F AF 0 1F F 13 14A 27 44
Octal 316 217 257 0 37 17 23 512 47 104
Binary 11001110 10001111 10101111 0 11111 1111 10011 101001010 100111 1000100

Color Harmonies of #CE8FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FAF

Black with #CE8FAF

Text Example


Text Example

White with #CE8FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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