Html Css Color HEX #CE8CB6 Lily

📋 copy color: '#CE8CB6'

red 206 ◦ green 140 ◦ blue 182

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

Shades of Lily #CE8CB6

Tints of Lily #CE8CB6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

 BLUE value IS 182 (71.48% from 255) = 34.47%

R = 39.02%
G = 26.52%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE8CB6 (or 0xCE8CB6) is known color: Lily. HEX triplet: CE, 8C and B6. RGB value is (206,140,182). Sum of RGB (Red+Green+Blue) = 206+140+182=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CB6 is #317349. Grayscale: #A4A4A4. Windows color (decimal): -3240778 or 11963598. OLE color: 11963598.

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

Color convert

RGB 206 140 182 -
CMYK 0 0.32 0.12 0.19
HSL 321.82º 0.4% 0.68% -
HSV(B) 321.82º 0.32% 0.81% -
XYZ 43.28 35.26 48.78 -
YUV 164.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 206 140 182 0 0.32 0.12 0.19 321.82 0.4 0.68
Hex CE 8C B6 0 20 C 13 142 28 44
Octal 316 214 266 0 40 14 23 502 50 104
Binary 11001110 10001100 10110110 0 100000 1100 10011 101000010 101000 1000100

Color Harmonies of #CE8CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CB6

Black with #CE8CB6

Text Example


Text Example

White with #CE8CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CB6; }

 p { color: rgb(206,140,182); }

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

background-color css

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

 a { background-color: rgb(206,140,182); }

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

border-color css

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

 span { border-color: rgb(206,140,182); }

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