Html Css Color HEX #CE7DB6 Lily

📋 copy color: '#CE7DB6'

red 206 ◦ green 125 ◦ blue 182

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

Shades of Lily #CE7DB6

Tints of Lily #CE7DB6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.37%

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

R = 40.16%
G = 24.37%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE7DB6 (or 0xCE7DB6) is known color: Lily. HEX triplet: CE, 7D and B6. RGB value is (206,125,182). Sum of RGB (Red+Green+Blue) = 206+125+182=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DB6 is #318249. Grayscale: #9B9B9B. Windows color (decimal): -3244618 or 11959758. OLE color: 11959758.

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

Color convert

RGB 206 125 182 -
CMYK 0 0.39 0.12 0.19
HSL 317.78º 0.45% 0.65% -
HSV(B) 317.78º 0.39% 0.81% -
XYZ 41.23 31.17 48.1 -
YUV 155.72 142.84 163.87 -
System Red Green Blue C M Y K H S L
Decimal 206 125 182 0 0.39 0.12 0.19 317.78 0.45 0.65
Hex CE 7D B6 0 27 C 13 13E 2D 41
Octal 316 175 266 0 47 14 23 476 55 101
Binary 11001110 1111101 10110110 0 100111 1100 10011 100111110 101101 1000001

Color Harmonies of #CE7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DB6

Black with #CE7DB6

Text Example


Text Example

White with #CE7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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