Html Css Color HEX #CE97BA Lily

📋 copy color: '#CE97BA'

red 206 ◦ green 151 ◦ blue 186

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

Shades of Lily #CE97BA

Tints of Lily #CE97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.81%

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

R = 37.94%
G = 27.81%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE97BA (or 0xCE97BA) is known color: Lily. HEX triplet: CE, 97 and BA. RGB value is (206,151,186). Sum of RGB (Red+Green+Blue) = 206+151+186=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE97BA is #316845. Grayscale: #ABABAB. Windows color (decimal): -3237958 or 12228558. OLE color: 12228558.

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

Color convert

RGB 206 151 186 -
CMYK 0 0.27 0.10 0.19
HSL 321.82º 0.36% 0.7% -
HSV(B) 321.82º 0.27% 0.81% -
XYZ 45.38 38.8 51.55 -
YUV 171.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 206 151 186 0 0.27 0.10 0.19 321.82 0.36 0.7
Hex CE 97 BA 0 1B A 13 142 24 46
Octal 316 227 272 0 33 12 23 502 44 106
Binary 11001110 10010111 10111010 0 11011 1010 10011 101000010 100100 1000110

Color Harmonies of #CE97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE97BA

Black with #CE97BA

Text Example


Text Example

White with #CE97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE97BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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