Html Css Color HEX #CE9ABA Lily

📋 copy color: '#CE9ABA'

red 206 ◦ green 154 ◦ blue 186

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

Shades of Lily #CE9ABA

Tints of Lily #CE9ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.21%

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

R = 37.73%
G = 28.21%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE9ABA (or 0xCE9ABA) is known color: Lily. HEX triplet: CE, 9A and BA. RGB value is (206,154,186). Sum of RGB (Red+Green+Blue) = 206+154+186=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ABA is #316545. Grayscale: #ADADAD. Windows color (decimal): -3237190 or 12229326. OLE color: 12229326.

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

Color convert

RGB 206 154 186 -
CMYK 0 0.25 0.10 0.19
HSL 323.08º 0.35% 0.71% -
HSV(B) 323.08º 0.25% 0.81% -
XYZ 45.87 39.78 51.71 -
YUV 173.2 135.23 151.4 -
System Red Green Blue C M Y K H S L
Decimal 206 154 186 0 0.25 0.10 0.19 323.08 0.35 0.71
Hex CE 9A BA 0 19 A 13 143 23 47
Octal 316 232 272 0 31 12 23 503 43 107
Binary 11001110 10011010 10111010 0 11001 1010 10011 101000011 100011 1000111

Color Harmonies of #CE9ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9ABA

Black with #CE9ABA

Text Example


Text Example

White with #CE9ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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