Html Css Color HEX #CE7DB5 Lily

📋 copy color: '#CE7DB5'

red 206 ◦ green 125 ◦ blue 181

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

Shades of Lily #CE7DB5

Tints of Lily #CE7DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.35%

R = 40.23%
G = 24.41%
B = 35.35%

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

#CE7DB5 (or 0xCE7DB5) is known color: Lily. HEX triplet: CE, 7D and B5. RGB value is (206,125,181). Sum of RGB (Red+Green+Blue) = 206+125+181=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DB5 is #31824A. Grayscale: #9B9B9B. Windows color (decimal): -3244619 or 11894222. OLE color: 11894222.

HSL color Cylindrical-coordinate representation of color #CE7DB5: hue angle of 318.52º 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 #CE7DB5 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 181 -
CMYK 0 0.39 0.12 0.19
HSL 318.52º 0.45% 0.65% -
HSV(B) 318.52º 0.39% 0.81% -
XYZ 41.13 31.13 47.56 -
YUV 155.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 206 125 181 0 0.39 0.12 0.19 318.52 0.45 0.65
Hex CE 7D B5 0 27 C 13 13F 2D 41
Octal 316 175 265 0 47 14 23 477 55 101
Binary 11001110 1111101 10110101 0 100111 1100 10011 100111111 101101 1000001

Color Harmonies of #CE7DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7DB5

Black with #CE7DB5

Text Example


Text Example

White with #CE7DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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