Html Css Color HEX #CE9FB4 Lily

📋 copy color: '#CE9FB4'

red 206 ◦ green 159 ◦ blue 180

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

Shades of Lily #CE9FB4

Tints of Lily #CE9FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 180 (70.7% from 255) = 33.03%

R = 37.8%
G = 29.17%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE9FB4 (or 0xCE9FB4) is known color: Lily. HEX triplet: CE, 9F and B4. RGB value is (206,159,180). Sum of RGB (Red+Green+Blue) = 206+159+180=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9FB4 is #31604B. Grayscale: #AFAFAF. Windows color (decimal): -3235916 or 11837390. OLE color: 11837390.

HSL color Cylindrical-coordinate representation of color #CE9FB4: hue angle of 333.19º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FB4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 159 180 -
CMYK 0 0.23 0.13 0.19
HSL 333.19º 0.32% 0.72% -
HSV(B) 333.19º 0.23% 0.81% -
XYZ 46.09 41.21 48.71 -
YUV 175.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 206 159 180 0 0.23 0.13 0.19 333.19 0.32 0.72
Hex CE 9F B4 0 17 D 13 14D 20 48
Octal 316 237 264 0 27 15 23 515 40 110
Binary 11001110 10011111 10110100 0 10111 1101 10011 101001101 100000 1001000

Color Harmonies of #CE9FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FB4

Black with #CE9FB4

Text Example


Text Example

White with #CE9FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FB4; }

 p { color: rgb(206,159,180); }

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

background-color css

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

 a { background-color: rgb(206,159,180); }

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

border-color css

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

 span { border-color: rgb(206,159,180); }

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