Html Css Color HEX #CE9CBA Lily

📋 copy color: '#CE9CBA'

red 206 ◦ green 156 ◦ blue 186

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

Shades of Lily #CE9CBA

Tints of Lily #CE9CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.47%

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 37.59%
G = 28.47%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE9CBA (or 0xCE9CBA) is known color: Lily. HEX triplet: CE, 9C and BA. RGB value is (206,156,186). Sum of RGB (Red+Green+Blue) = 206+156+186=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CBA is #316345. Grayscale: #AEAEAE. Windows color (decimal): -3236678 or 12229838. OLE color: 12229838.

HSL color Cylindrical-coordinate representation of color #CE9CBA: hue angle of 324º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CE9CBA is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 156 186 -
CMYK 0 0.24 0.10 0.19
HSL 324º 0.34% 0.71% -
HSV(B) 324º 0.24% 0.81% -
XYZ 46.2 40.44 51.83 -
YUV 174.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 206 156 186 0 0.24 0.10 0.19 324 0.34 0.71
Hex CE 9C BA 0 18 A 13 144 22 47
Octal 316 234 272 0 30 12 23 504 42 107
Binary 11001110 10011100 10111010 0 11000 1010 10011 101000100 100010 1000111

Color Harmonies of #CE9CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CBA

Black with #CE9CBA

Text Example


Text Example

White with #CE9CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CBA; }

 p { color: rgb(206,156,186); }

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

background-color css

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

 a { background-color: rgb(206,156,186); }

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

border-color css

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

 span { border-color: rgb(206,156,186); }

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