Html Css Color HEX #CE8BB4 Lily

📋 copy color: '#CE8BB4'

red 206 ◦ green 139 ◦ blue 180

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

Shades of Lily #CE8BB4

Tints of Lily #CE8BB4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.48%

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

R = 39.24%
G = 26.48%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE8BB4 (or 0xCE8BB4) is known color: Lily. HEX triplet: CE, 8B and B4. RGB value is (206,139,180). Sum of RGB (Red+Green+Blue) = 206+139+180=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BB4 is #31744B. Grayscale: #A3A3A3. Windows color (decimal): -3241036 or 11832270. OLE color: 11832270.

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

Color convert

RGB 206 139 180 -
CMYK 0 0.33 0.13 0.19
HSL 323.28º 0.41% 0.68% -
HSV(B) 323.28º 0.33% 0.81% -
XYZ 42.92 34.88 47.65 -
YUV 163.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 206 139 180 0 0.33 0.13 0.19 323.28 0.41 0.68
Hex CE 8B B4 0 21 D 13 143 29 44
Octal 316 213 264 0 41 15 23 503 51 104
Binary 11001110 10001011 10110100 0 100001 1101 10011 101000011 101001 1000100

Color Harmonies of #CE8BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8BB4

Black with #CE8BB4

Text Example


Text Example

White with #CE8BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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