Html Css Color HEX #CE7EAF Lily

📋 copy color: '#CE7EAF'

red 206 ◦ green 126 ◦ blue 175

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

Shades of Lily #CE7EAF

Tints of Lily #CE7EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.85%

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 40.63%
G = 24.85%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE7EAF (or 0xCE7EAF) is known color: Lily. HEX triplet: CE, 7E and AF. RGB value is (206,126,175). Sum of RGB (Red+Green+Blue) = 206+126+175=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7EAF is #318150. Grayscale: #9B9B9B. Windows color (decimal): -3244369 or 11501262. OLE color: 11501262.

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

Color convert

RGB 206 126 175 -
CMYK 0 0.39 0.15 0.19
HSL 323.25º 0.45% 0.65% -
HSV(B) 323.25º 0.39% 0.81% -
XYZ 40.65 31.14 44.43 -
YUV 155.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 206 126 175 0 0.39 0.15 0.19 323.25 0.45 0.65
Hex CE 7E AF 0 27 F 13 143 2D 41
Octal 316 176 257 0 47 17 23 503 55 101
Binary 11001110 1111110 10101111 0 100111 1111 10011 101000011 101101 1000001

Color Harmonies of #CE7EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7EAF

Black with #CE7EAF

Text Example


Text Example

White with #CE7EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7EAF; }

 p { color: rgb(206,126,175); }

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

background-color css

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

 a { background-color: rgb(206,126,175); }

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

border-color css

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

 span { border-color: rgb(206,126,175); }

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