Html Css Color HEX #CE9FB2 Lily

📋 copy color: '#CE9FB2'

red 206 ◦ green 159 ◦ blue 178

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

Shades of Lily #CE9FB2

Tints of Lily #CE9FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 37.94%
G = 29.28%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE9FB2 (or 0xCE9FB2) is known color: Lily. HEX triplet: CE, 9F and B2. RGB value is (206,159,178). Sum of RGB (Red+Green+Blue) = 206+159+178=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FB2 is #31604D. Grayscale: #AFAFAF. Windows color (decimal): -3235918 or 11706318. OLE color: 11706318.

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

Color convert

RGB 206 159 178 -
CMYK 0 0.23 0.14 0.19
HSL 335.74º 0.32% 0.72% -
HSV(B) 335.74º 0.23% 0.81% -
XYZ 45.89 41.13 47.64 -
YUV 175.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 206 159 178 0 0.23 0.14 0.19 335.74 0.32 0.72
Hex CE 9F B2 0 17 E 13 150 20 48
Octal 316 237 262 0 27 16 23 520 40 110
Binary 11001110 10011111 10110010 0 10111 1110 10011 101010000 100000 1001000

Color Harmonies of #CE9FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FB2

Black with #CE9FB2

Text Example


Text Example

White with #CE9FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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