Html Css Color HEX #CF93BE Lily

📋 copy color: '#CF93BE'

red 207 ◦ green 147 ◦ blue 190

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

Shades of Lily #CF93BE

Tints of Lily #CF93BE

RGB

 RED value IS 207 (81.25% from 255) = 38.05%

 GREEN value IS 147 (57.81% from 255) = 27.02%

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 38.05%
G = 27.02%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF93BE (or 0xCF93BE) is known color: Lily. HEX triplet: CF, 93 and BE. RGB value is (207,147,190). Sum of RGB (Red+Green+Blue) = 207+147+190=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93BE is #306C41. Grayscale: #A9A9A9. Windows color (decimal): -3173442 or 12489679. OLE color: 12489679.

HSL color Cylindrical-coordinate representation of color #CF93BE: hue angle of 317º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93BE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 190 -
CMYK 0 0.29 0.08 0.19
HSL 317º 0.38% 0.69% -
HSV(B) 317º 0.29% 0.81% -
XYZ 45.46 37.85 53.63 -
YUV 169.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 207 147 190 0 0.29 0.08 0.19 317 0.38 0.69
Hex CF 93 BE 0 1D 8 13 13D 26 45
Octal 317 223 276 0 35 10 23 475 46 105
Binary 11001111 10010011 10111110 0 11101 1000 10011 100111101 100110 1000101

Color Harmonies of #CF93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93BE

Black with #CF93BE

Text Example


Text Example

White with #CF93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93BE; }

 p { color: rgb(207,147,190); }

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

background-color css

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

 a { background-color: rgb(207,147,190); }

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

border-color css

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

 span { border-color: rgb(207,147,190); }

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